Skip to content

Instantly share code, notes, and snippets.

@makmanalp
Created June 6, 2016 05:26
Show Gist options
  • Save makmanalp/260b519623dbae1d5f1346b46a97c28b to your computer and use it in GitHub Desktop.
Save makmanalp/260b519623dbae1d5f1346b46a97c28b to your computer and use it in GitHub Desktop.
Code in the body of a class - 9
In [91]: class Thing(object):
print(locals())
....:
{'__qualname__': 'Thing', '__module__': '__main__'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment