コード例 #1
0
 def __repr__(self):
     """Method returns string representation of the Experiment object."""
     return get_repr(
         self,
         'material',
         'experimental_energies',
         'temperatures',
     )
コード例 #2
0
 def __repr__(self):
     """Method returns string representation of the Cubic object."""
     return get_repr(self, 'material', 'llw_parameters')
コード例 #3
0
 def __repr__(self):
     """Method returns string representation of the Plot object."""
     return ut.get_repr(self, 'data', 'material', 'dpi')
コード例 #4
0
 def __repr__(self):
     """Method returns string representation of the CEF object."""
     return get_repr(self, 'material')