Ejemplo n.º 1
0
 def __repr__(self):
     """Method returns string representation of the Experiment object."""
     return get_repr(
         self,
         'material',
         'experimental_energies',
         'temperatures',
     )
 def __repr__(self):
     """Method returns string representation of the Cubic object."""
     return get_repr(self, 'material', 'llw_parameters')
Ejemplo n.º 3
0
 def __repr__(self):
     """Method returns string representation of the Plot object."""
     return ut.get_repr(self, 'data', 'material', 'dpi')
 def __repr__(self):
     """Method returns string representation of the CEF object."""
     return get_repr(self, 'material')