示例#1
0
 def __repr__(self):
     return hdebug.objectToString(self, "capture.Movie", ["stage_x", "stage_y"])
示例#2
0
 def __repr__(self):
     return hdebug.objectToString(self, "capture.Image", ["height", "width", "x_um", "y_um"])
 def __repr__(self):
     return hdebug.objectToString(self, "sequenceParser.Movie", ["name", "length", "stage_x", "stage_y"])
 def __repr__(self):
     return hdebug.objectToString(self, "sequenceParser.ValveProtocol", ["protocol_name"])
示例#5
0
 def __repr__(self):
     return hdebug.objectToString(self, "coord.Point", ["x_um", "y_um"])
示例#6
0
 def __repr__(self):
     return hdebug.objectToString(self, "coord.Point", ["x_um", "y_um"])
示例#7
0
 def __repr__(self):
     return hdebug.objectToString(self, "sequenceParser.ValveProtocol",
                                  ["protocol_name"])
示例#8
0
 def __repr__(self):
     return hdebug.objectToString(self, "sequenceParser.Movie",
                                  ["name", "length", "stage_x", "stage_y"])
示例#9
0
 def __repr__(self):
     return hdebug.objectToString(self, "capture.Image",
                                  ["height", "width", "x_um", "y_um"])