Skip to content

Instantly share code, notes, and snippets.

@8vius
Last active June 8, 2017 01:17
Show Gist options
  • Save 8vius/5f6a274be420ddc785b948cbb72b2593 to your computer and use it in GitHub Desktop.
Save 8vius/5f6a274be420ddc785b948cbb72b2593 to your computer and use it in GitHub Desktop.
class Foo(object):
def method(param):
class Bar(object):
def method(param):
Foo().method(param)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment