Comment on Metaprogramming in PythonComments−filipew3ySmall typo at the start of the code examples.We define the instance as: someobject = SomeClass()but then we refer to it as someobj and some_object−annowiki3ySmall typos everywhere. Init functions without the dunders, move_ahead in an abstract class then moveahead later.
Comments
Small typo at the start of the code examples.
We define the instance as: someobject = SomeClass()
but then we refer to it as someobj and some_object
Small typos everywhere. Init functions without the dunders, move_ahead in an abstract class then moveahead later.