class documentation

class VariableSemantic(enum.Enum): (source)

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 = (source)

Undocumented

Value
1
CONSTANT: int = (source)

Undocumented

Value
2
INSTANCE_VARIABLE: int = (source)

Undocumented

Value
0