Skip to content

Instantly share code, notes, and snippets.

@helenb
Created June 21, 2017 13:09
Show Gist options
  • Save helenb/07d19a5cda7b7f02d605756fcd064819 to your computer and use it in GitHub Desktop.
Save helenb/07d19a5cda7b7f02d605756fcd064819 to your computer and use it in GitHub Desktop.
find all methods on an object in django
print(dir(object))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment