class documentation

class ScalarType(Enum): (source)

View In Hierarchy

Undocumented

Constant EFFECT Undocumented
Constant FLOAT Undocumented
Constant INT Undocumented
Constant OBJECT Undocumented
Constant STRING Undocumented
Constant VOID Undocumented
EFFECT: str = (source)

Undocumented

Value
'e'
FLOAT: str = (source)

Undocumented

Value
'f'
INT: str = (source)

Undocumented

Value
'i'
OBJECT: str = (source)

Undocumented

Value
'o'
STRING: str = (source)

Undocumented

Value
's'
VOID: str = (source)

Undocumented

Value
'v'