Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 406 Bytes

README.rst

File metadata and controls

19 lines (11 loc) · 406 Bytes
pip install pxplore

pxplore is a Python package providing a set of useful tools to explore hidden details of the Python code.

import pxplore

# print symbols in the current frame
pxplore.print_symbols()

# print symbols offered by a module
pxplore.print_module_symbols(pxplore)