Created
June 5, 2015 14:44
-
-
Save gabicavalcante/9ce7f9d416c2fc27630f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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