Searched refs:transtype (Results 1 – 2 of 2) sorted by relevance
651 def get_init_entrypoint(transtype): argument659 if i.default == transtype:674 transtype = str(i.default)675 if transtype in entrypoints:676 entrypoints[transtype].append(str(i.target))678 entrypoints[transtype] = [str(i.target)]
1266 transtype = None1272 transtype = x["transtype"]1273 self.transitions_from_initial_data_insert(active, executable_type, transtype)1276 self.transitions_from_initial_data_insert(active, executable, transtype)1280 def transitions_from_initial_data_insert(self, active, executable, transtype): argument1300 self.transitions_from_treestore.set_value(iter, 3, transtype)