Skip to content

Instantly share code, notes, and snippets.

@Glench
Last active February 23, 2016 02:35
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 Glench/77b0b5a3656825cdc963 to your computer and use it in GitHub Desktop.
Save Glench/77b0b5a3656825cdc963 to your computer and use it in GitHub Desktop.
>>> class X():
... pass
...
>>> x = X()
>>> x
<__main__.X instance at 0x106911908>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment