Пример #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"])
Пример #3
0
 def __repr__(self):
     return hdebug.objectToString(self, "sequenceParser.Movie", ["name", "length", "stage_x", "stage_y"])
Пример #4
0
 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"])