Skip to content

Instantly share code, notes, and snippets.

@TacoSteemers
Created April 24, 2013 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TacoSteemers/5455651 to your computer and use it in GitHub Desktop.
Save TacoSteemers/5455651 to your computer and use it in GitHub Desktop.
python inspect object
import pdb, inspect
...
for m in inspect.getmembers(object):
print m
pdb.set_trace()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment