ItemType#
- class carb.dictionary.ItemType#
Bases:
pybind11_objectMembers:
BOOL : Boolean value.
INT : Signed 64-bit integer value.
FLOAT : 64-bit floating-point value.
STRING : String value (binary-safe).
DICTIONARY : Dictionary node (may act as map or array).
COUNT : Sentinel; not a valid item type.
Methods
__init__(self, value)Attributes
- __init__(
- self: carb.dictionary._dictionary.ItemType,
- value: int,
- property name#