Data Containers
List of Operators
copy_dictCopyDictcopy_dictCopyDictcopy_dict
- Copy a dictionary.
create_dictCreateDictcreate_dictCreateDictcreate_dict
- Create a new empty dictionary.
get_dict_objectGetDictObjectget_dict_objectGetDictObjectget_dict_object
- Retrieve an object associated with the key from the dictionary.
get_dict_paramGetDictParamget_dict_paramGetDictParamget_dict_param
- Query dictionary parameters or information about a dictionary.
get_dict_tupleGetDictTupleget_dict_tupleGetDictTupleget_dict_tuple
- Retrieve a tuple associated with the key from the dictionary.
read_dictReadDictread_dictReadDictread_dict
- Read a dictionary from a file.
remove_dict_keyRemoveDictKeyremove_dict_keyRemoveDictKeyremove_dict_key
- Remove keys from a dictionary.
set_dict_objectSetDictObjectset_dict_objectSetDictObjectset_dict_object
- Add a key/object pair to the dictionary.
set_dict_tupleSetDictTupleset_dict_tupleSetDictTupleset_dict_tuple
- Add a key/tuple pair to the dictionary.
write_dictWriteDictwrite_dictWriteDictwrite_dict
- Write a dictionary to a file.