ItemType#

class carb.dictionary.ItemType#

Bases: pybind11_object

Members:

BOOL

INT

FLOAT

STRING

DICTIONARY

COUNT

Methods

__init__(self, value)

Attributes

BOOL

COUNT

DICTIONARY

FLOAT

INT

STRING

name

value

__init__(
self: carb.dictionary._dictionary.ItemType,
value: int,
) None#
property name#