Searched refs:transtype (Results 1 – 2 of 2) sorted by relevance
657 def get_init_entrypoint(transtype): argument665 if i.default == transtype:680 transtype = str(i.default)681 if transtype in entrypoints:682 entrypoints[transtype].append(str(i.target))684 entrypoints[transtype] = [str(i.target)]
1271 transtype = None1277 transtype = x["transtype"]1278 self.transitions_from_initial_data_insert(active, executable_type, transtype)1281 self.transitions_from_initial_data_insert(active, executable, transtype)1285 def transitions_from_initial_data_insert(self, active, executable, transtype): argument1305 self.transitions_from_treestore.set_value(iter, 3, transtype)