class documentation

class Semantic(enum.Enum):

View In Hierarchy

A list of well-known properties and behaviour that can be attributed to a class.
Constant ABSTRACT Undocumented
Constant ENUM Undocumented
Constant FINAL Undocumented
Constant INTERFACE Undocumented
ABSTRACT: int =

Undocumented

Value
1
ENUM: int =

Undocumented

Value
3
FINAL: int =

Undocumented

Value
2
INTERFACE: int =

Undocumented

Value
0