Ejemplo n.º 1
0
 def __init__(self, process, params):
     self.cothread, self.catools = CothreadImporter.get_cothread(process)
     super(CAActionPart, self).__init__(process, params)
Ejemplo n.º 2
0
 def __init__(self, process, params):
     self.cothread, self.catools = CothreadImporter.get_cothread(process)
     # Format for all caputs
     self.ca_format = self.catools.FORMAT_TIME
     super(CAPart, self).__init__(process, params)
Ejemplo n.º 3
0
 def __init__(self, process, params):
     self.cothread, self.catools = CothreadImporter.get_cothread(process)
     super(CAActionPart, self).__init__(process, params)
Ejemplo n.º 4
0
 def __init__(self, process, params):
     self.cothread, self.catools = CothreadImporter.get_cothread(process)
     # Format for all caputs
     self.ca_format = self.catools.FORMAT_TIME
     super(CAPart, self).__init__(process, params)