Skip to content
Snippets Groups Projects
Commit 963cb7cc authored by Ju Hee Son's avatar Ju Hee Son
Browse files

Add new file

parent db5fba1f
No related branches found
No related tags found
No related merge requests found
ID Property Access (idprop.types)
classidprop.types.IDPropertyArray
to_list()
Return the array as a list.
typecode
The type of the data in the array {‘f’: float, ‘d’: double, ‘i’: int, ‘b’: bool}.
classidprop.types.IDPropertyGroup
clear()
Clear all members from this group.
get(key, default=None)
Return the value for key, if it exists, else default.
items()
Iterate through the items in the dict; behaves like dictionary method items.
keys()
Return the keys associated with this group as a list of strings.
pop(key, default)
Remove an item from the group, returning a Python representation.
Raises
KeyError – When the item doesn’t exist.
Parameters
key (string) – Name of item to remove.
default (Undefined) – Value to return when key isn’t found, otherwise raise an exception.
to_dict()
Return a purely python version of the group.
update(other)
Update key, values.
Parameters
other (IDPropertyGroup or dict) – Updates the values in the group with this.
values()
Return the values associated with this group.
name
The name of this Group.
classidprop.types.IDPropertyGroupIterItems
classidprop.types.IDPropertyGroupIterKeys
classidprop.types.IDPropertyGroupIterValues
classidprop.types.IDPropertyGroupViewItems
classidprop.types.IDPropertyGroupViewKeys
classidprop.types.IDPropertyGroupViewValues
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment