Skip to content

Instantly share code, notes, and snippets.

@gergob
Created December 9, 2014 20:27
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 gergob/16a9f01a5c0cc155f29a to your computer and use it in GitHub Desktop.
Save gergob/16a9f01a5c0cc155f29a to your computer and use it in GitHub Desktop.
MRO TypeError raised in command line
>>> from mro_type_error import Phablet
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "mro_type_error.py", line 30, in <module>
class Phablet(SmartPhone, Tablet):
TypeError: Cannot create a consistent method resolution
order (MRO) for bases Phone, Computer
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment