plynx.constants.parameter_types

Parameter enums

Module Contents

class plynx.constants.parameter_types.ParameterTypes[source]

Standard parameter types

STR :str = str[source]
INT :str = int[source]
FLOAT :str = float[source]
BOOL :str = bool[source]
TEXT :str = text[source]
ENUM :str = enum[source]
LIST_STR :str = list_str[source]
LIST_INT :str = list_int[source]
LIST_NODE :str = list_node[source]
CODE :str = code[source]
COLOR :str = color[source]
plynx.constants.parameter_types.PRIMITIVE_TYPES[source]