This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Description
DMPersistentTagsTagGroup : DMPersistentTagsSequence, collections.abc.MutableMapping
Definition
Methods
__setitem__() # Set on python side
__delitem__() # Del on python side
__contains__() -> bool # overwrite: Try to get the value for this key, if an error return False
keys() ->list # travel through on dm-script side
items() ->list # travel through on dm-script side
values() ->list # travel through on dm-script side
clear() -> None # clear on python side
update() -> None # set on dm-script side, execute code for multiple values only once