class documentation
A list of well-known properties and behaviour that can be attributed to a function.
Constant | ABSTRACT |
The function is abstract. |
Constant | CLASS |
The function is a classmethod. |
Constant | COROUTINE |
The function is a coroutine. |
Constant | FINAL |
The function is final. |
Constant | INSTANCE |
The function is an instance method. |
Constant | NO |
The function does not return. |
Constant | PROPERTY |
The function is a property deleter. |
Constant | PROPERTY |
The function is a property getter. |
Constant | PROPERTY |
The function is a property setter. |
Constant | STATIC |
The function is a staticmethod. |