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

Implement DMPersistentTagsTagGroup #7

@miile7

Description

@miile7

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions