数据容器

算子列表

copy_dictCopyDictcopy_dictCopyDictcopy_dict复制字典
复制字典。
create_dictCreateDictcreate_dictCreateDictcreate_dict创建字典
创建一个新的空字典。
dict_to_jsonDictToJsondict_to_jsonDictToJsondict_to_json字典至JSON
将字典变换为 JSON(JavaScript Object Notation)字符串。
get_dict_objectGetDictObjectget_dict_objectGetDictObjectget_dict_object获取字典对象
从字典中检索与键关联的对象。
get_dict_paramGetDictParamget_dict_paramGetDictParamget_dict_param获取字典参数
查询字典参数或有关字典的信息。
get_dict_tupleGetDictTupleget_dict_tupleGetDictTupleget_dict_tuple获取字典元组
从字典中检索与键关联的元组。
json_to_dictJsonToDictjson_to_dictJsonToDictjson_to_dict JSON至字典
将 JSON 字符串变换为字典。
read_dictReadDictread_dictReadDictread_dict读取字典
从文件中读字典。
remove_dict_keyRemoveDictKeyremove_dict_keyRemoveDictKeyremove_dict_key移除字典键
从字典中移除键。
set_dict_objectSetDictObjectset_dict_objectSetDictObjectset_dict_object设置字典对象
将键/对象对添加到字典中。
set_dict_tupleSetDictTupleset_dict_tupleSetDictTupleset_dict_tuple设置字典元组
将键/元组对添加到字典中。
set_dict_tuple_atSetDictTupleAtset_dict_tuple_atSetDictTupleAtset_dict_tuple_at设置字典元组分配
为字典中的一个或多个元组元素分配一个或几个值。
write_dictWriteDictwrite_dictWriteDictwrite_dict写入字典
将字典写入文件。