Data Containers

List of Operators

copy_dictCopyDictCopyDictcopy_dict
Copy a dictionary.
create_dictCreateDictCreateDictcreate_dict
Create a new empty dictionary.
get_dict_objectGetDictObjectGetDictObjectget_dict_object
Retrieve an object associated with the key from the dictionary.
get_dict_paramGetDictParamGetDictParamget_dict_param
Query dictionary parameters or information about a dictionary.
get_dict_tupleGetDictTupleGetDictTupleget_dict_tuple
Retrieve a tuple associated with the key from the dictionary.
read_dictReadDictReadDictread_dict
Read a dictionary from a file.
remove_dict_keyRemoveDictKeyRemoveDictKeyremove_dict_key
Remove keys from a dictionary.
set_dict_objectSetDictObjectSetDictObjectset_dict_object
Add a key/object pair to the dictionary.
set_dict_tupleSetDictTupleSetDictTupleset_dict_tuple
Add a key/tuple pair to the dictionary.
write_dictWriteDictWriteDictwrite_dict
Write a dictionary to a file.