UpdateAction#
- class carb.dictionary.UpdateAction#
Bases:
pybind11_objectMembers:
OVERWRITE : Replace destination item with source item at a path.
KEEP : Retain existing destination item; do not merge source at that path.
Methods
__init__(self, value)Attributes
- __init__(
- self: carb.dictionary._dictionary.UpdateAction,
- value: int,
- property name#