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.
REPLACE_SUBTREE : Dictionaries fully replace destination dictionary
KEEP_SUBTREE : Dictionaries merge unless the destination has FLAG_SUBTREE
Methods
__init__(self, value)Attributes
- __init__(
- self: carb.dictionary._dictionary.UpdateAction,
- value: int,
- property name#