class documentation

class ClassSemantic(enum.Enum): (source)

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

Undocumented

Value
1

Undocumented

Value
3

Undocumented

Value
2
INTERFACE: int = (source)

Undocumented

Value
0