Rasjid Wilcox
Rasjid Wilcox
Was about to create an pull request for exactly the same change. Would really like to see this merged into the master branch.
From the python docs (https://docs.python.org/3/library/abc.html#abc.abstractmethod), the `@abstractmethod` decorator requires that the class’s metaclass is abc.ABCMeta or is derived from it. A common way is just to use the abc.ABC class...
> Can you give an example of code that was easier to port with this? Just to clarify - it is not so necessary for code that you are _porting_...
> The is no problems with the classes and decorators being no-op classes / functions in micropython since in cpython it is really just there for developer erganomics and doesn't...