PythonType

Description

The PythonType enumeration contains Python language data types.

It is used by the following properties:

Available Values

Value Brief description
0 PyTypeBool. Logical data type.
1 PyTypeClass. Class instance.
2 PyTypeFloat. Real number.
3 PyTypeInt. Integer number.
4 PyTypeList. Values list.
5 PyTypeNone. Empty value.
6 PyTypeStr. String data type.
7 PyTypeTuple. Values tuple.
8 PyTypeSet. Set.
9 PyTypeDict. Dictionary.

See also:

Python Assembly Enumerations