class documentation

class FunctionSemantic(enum.Enum): (source)

View In Hierarchy

A list of well-known properties and behaviour that can be attributed to a function.

Constant ABSTRACT Undocumented
Constant CLASS_METHOD Undocumented
Constant COROUTINE Undocumented
Constant FINAL Undocumented
Constant INSTANCE_METHOD Undocumented
Constant NO_RETURN Undocumented
Constant PROPERTY_DELETER Undocumented
Constant PROPERTY_GETTER Undocumented
Constant PROPERTY_SETTER Undocumented
Constant STATIC_METHOD Undocumented
ABSTRACT: int = (source)

Undocumented

Value
0
CLASS_METHOD: int = (source)

Undocumented

Value
5
COROUTINE: int = (source)

Undocumented

Value
2

Undocumented

Value
1
INSTANCE_METHOD: int = (source)

Undocumented

Value
4
NO_RETURN: int = (source)

Undocumented

Value
3
PROPERTY_DELETER: int = (source)

Undocumented

Value
9
PROPERTY_GETTER: int = (source)

Undocumented

Value
7
PROPERTY_SETTER: int = (source)

Undocumented

Value
8
STATIC_METHOD: int = (source)

Undocumented

Value
6