Mixins

suggest change

Syntax

Remarks

Adding a mixin to a class looks a lot like adding a superclass, because it pretty much is just that. An object of a class with the mixin Foo will also be an instance of Foo, and isinstance(instance, Foo) will return true

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents