예제 #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)