Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Implement DMPersistentTagsTagGroup #7

Open
miile7 opened this issue Nov 19, 2020 · 0 comments
Open

Implement DMPersistentTagsTagGroup #7

miile7 opened this issue Nov 19, 2020 · 0 comments

Comments

@miile7
Copy link
Owner

miile7 commented Nov 19, 2020

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
@miile7 miile7 added this to the Refactor Code (Version 2.x.x) milestone Nov 19, 2020
@miile7 miile7 changed the title DMPersistentTagsTagGroup Implement DMPersistentTagsTagGroup Nov 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant