Searched refs:transtype (Results 1 – 2 of 2) sorted by relevance
739 def get_init_entrypoint(transtype): argument747 if i.default == transtype:762 transtype = str(i.default)763 if transtype in entrypoints:764 entrypoints[transtype].append(str(i.target))766 entrypoints[transtype] = [str(i.target)]
1270 transtype = None1276 transtype = x["transtype"]1277 self.transitions_from_initial_data_insert(active, executable_type, transtype)1280 self.transitions_from_initial_data_insert(active, executable, transtype)1284 def transitions_from_initial_data_insert(self, active, executable, transtype): argument1304 self.transitions_from_treestore.set_value(iter, 3, transtype)