Skip to content

Instantly share code, notes, and snippets.

@gabicavalcante
Created June 5, 2015 14:44
Show Gist options
  • Save gabicavalcante/9ce7f9d416c2fc27630f to your computer and use it in GitHub Desktop.
Save gabicavalcante/9ce7f9d416c2fc27630f to your computer and use it in GitHub Desktop.
class A(object):
def f():
pass
class B(object):
pass
def f(): pass
class C(A, B):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment