Example #1
0
 def save_entry(self, f, entry):
     """
     Write the given `entry` in the thermo database to the file object `f`.
     """
     return save_entry(f, entry)
Example #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)