示例#1
0
文件: rules.py 项目: zhedian/RMG-Py
 def save_entry(self, f, entry):
     """
     Write the given `entry` in the thermo database to the file object `f`.
     """
     return save_entry(f, entry)
示例#2
0
 def save_entry(self, f, entry):
     """
     Write the given `entry` in the kinetics library to the file object `f`.
     """
     return save_entry(f, entry)