Searched refs:transtype (Results 1 – 2 of 2) sorted by relevance
758 def get_init_entrypoint(transtype): argument766 if i.default == transtype:781 transtype = str(i.default)782 if transtype in entrypoints:783 entrypoints[transtype].append(str(i.target))785 entrypoints[transtype] = [str(i.target)]
1259 transtype = None1265 transtype = x["transtype"]1266 self.transitions_from_initial_data_insert(active, executable_type, transtype)1269 self.transitions_from_initial_data_insert(active, executable, transtype)1273 def transitions_from_initial_data_insert(self, active, executable, transtype): argument1293 self.transitions_from_treestore.set_value(iter, 3, transtype)