Beispiel #1
0
 def create_and_add_code_to_events(self, code, c_time, list_type):
     ''' Convenient helper function '''
     simcode = Code.code_create_uniq_SimCode(self, code)
     self.add_simcode_to_events(simcode, c_time, list_type)
     return simcode