Next:
General remarks
Up:
python
Previous:
Injecting a variable into
Contents
Index
Classes
Subsections
General remarks
Class definition
Class variables
Multiple constructors
Inspect the members of a class
The class of an instance
Import classes from a module
Inheritance
Exceptions are classes
Default attributes handler
delattr(), getattr(), setattr()
The @staticmethod decorator
The @classmethod decorator
The property function
The @property decorator