Skip to content

Instantly share code, notes, and snippets.

@PlugaruT
Created September 12, 2018 07:59
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 PlugaruT/c640943e4ee06e3ae68b24dd80a912eb to your computer and use it in GitHub Desktop.
Save PlugaruT/c640943e4ee06e3ae68b24dd80a912eb to your computer and use it in GitHub Desktop.
>>> Bar()
<__main__.Bar at 0x7f7c94380828>
>>> Bar().my_abstract_method()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<stdin>", line 3, in my_abstract_method
NotImplementedError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment