Update functions_using_objects_of_custom_classes.py

This commit is contained in:
guanjihuan 2025-03-17 16:32:27 +08:00
parent 2e41f23588
commit 845ce2d719

View File

@ -1,6 +1,6 @@
# functions_using_objects_of_custom_classes
# 将原子对象列表转原子字典列表
# 将原子对象列表转原子字典列表
def convert_atom_object_list_to_atom_dict_list(atom_object_list):
atom_dict_list = []
for atom_object in atom_object_list: