Skip to content

Instantly share code, notes, and snippets.

@rgs1
Created April 11, 2018 15:52
Show Gist options
  • Save rgs1/3fd74268297fb98b0b412b1c85c0a89b to your computer and use it in GitHub Desktop.
Save rgs1/3fd74268297fb98b0b412b1c85c0a89b to your computer and use it in GitHub Desktop.
class Foo(object):
@classmethod
def test(cls):
print cls
Foo.test()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment