-
- Downloads
py/objtype: instance: Inherit protocol vtable from a base class.
This allows to define an abstract base class which would translate C-level protocol to Python method calls, and any subclass inheriting from it will support this feature. This in particular actually enables recently introduced machine.PinBase class.
Please register or sign in to comment