We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
41dfbaa
super() in @proto Methods: Fixed super() calls failing with TypeError: super(type, obj): obj must be an instance or subtype of type
super()
@proto
TypeError: super(type, obj): obj must be an instance or subtype of type
@proto.prefix
@proto Inheriting from @proto: Fixed TypeError: duplicate base class ptype when a @proto class inherits from another @proto class
TypeError: duplicate base class ptype