示例#1
0
 def __init__(self, process, params):
     self.cothread, self.catools = CothreadImporter.get_cothread(process)
     super(CAActionPart, self).__init__(process, params)
示例#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)
示例#3
0
 def __init__(self, process, params):
     self.cothread, self.catools = CothreadImporter.get_cothread(process)
     super(CAActionPart, self).__init__(process, params)
示例#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)