Ejemplo n.º 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)
Ejemplo n.º 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)