class documentation

class Semantic(enum.Enum):

View In Hierarchy

A list of well-known properties and behaviour that can be attributed to a variable/constant.
Constant CLASS​_VARIABLE Undocumented
Constant CONSTANT Undocumented
Constant INSTANCE​_VARIABLE Undocumented
CLASS_VARIABLE: int =

Undocumented

Value
1
CONSTANT: int =

Undocumented

Value
2
INSTANCE_VARIABLE: int =

Undocumented

Value
0