Skip to content

Tuple - Containers🔗

Operators🔗

copy_dictCopyDict: Copy a dictionary.

create_dictCreateDict: Create a new empty dictionary.

dict_to_jsonDictToJson: Transform a dictionary into a JSON string.

get_dict_objectGetDictObject: Retrieve an object associated with the key from the dictionary.

get_dict_paramGetDictParam: Query dictionary parameters or information about a dictionary.

get_dict_tupleGetDictTuple: Retrieve a tuple associated with the key from the dictionary.

json_to_dictJsonToDict: Transform a JSON string into a dictionary.

read_dictReadDict: Read a dictionary from a file.

remove_dict_keyRemoveDictKey: Remove keys from a dictionary.

set_dict_objectSetDictObject: Add a key/object pair to the dictionary.

set_dict_tupleSetDictTuple: Add a key/tuple pair to the dictionary.

set_dict_tuple_atSetDictTupleAt: Assignment of one or several values to one or several tuple elements in a dictionary

write_dictWriteDict: Write a dictionary to a file.