示例#1
0
文件: parser.py 项目: LonglonWu/bcdi
 def __repr__(self):
     """Representation string of the ConfigParser instance."""
     return util.create_repr(self, ConfigParser)
示例#2
0
 def __repr__(self):
     """Representation string of the RotationMatrix instance."""
     return util.create_repr(self, RotationMatrix)
示例#3
0
 def __repr__(self):
     """Representation string of the Detector instance."""
     return util.create_repr(self, Detector)
示例#4
0
 def __repr__(self):
     """Representation string of the Diffractometer instance."""
     return util.create_repr(self, Diffractometer)
示例#5
0
 def __repr__(self):
     """Representation string of the ContextFile instance."""
     return util.create_repr(obj=self, cls=ContextFile)