Data Containers
List of Operators
copy_dictCopyDictcopy_dictCopyDictcopy_dict
- Copy a dictionary.
create_dictCreateDictcreate_dictCreateDictcreate_dict
- Create a new empty dictionary.
dict_to_jsonDictToJsondict_to_jsonDictToJsondict_to_json
- Transform a dictionary into a JSON string.
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.
json_to_dictJsonToDictjson_to_dictJsonToDictjson_to_dict
- Transform a JSON string into a 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.
set_dict_tuple_atSetDictTupleAtset_dict_tuple_atSetDictTupleAtset_dict_tuple_at
- Assignment of one or several values to one or several tuple elements
in a dictionary
write_dictWriteDictwrite_dictWriteDictwrite_dict
- Write a dictionary to a file.