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