Created
June 21, 2017 13:09
-
-
Save helenb/07d19a5cda7b7f02d605756fcd064819 to your computer and use it in GitHub Desktop.
find all methods on an object in django
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print(dir(object)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment