MCPcopy
hub / github.com/sartography/SpiffWorkflow / xpath

Method xpath

SpiffWorkflow/bpmn/parser/node_parser.py:59–60  ·  view source on GitHub ↗
(self, xpath)

Source from the content-addressed store, hash-verified

57 return self.process_parser.parser.spec_descriptions.get(self.node.tag)
58
59 def xpath(self, xpath):
60 return self._xpath(self.node, xpath)
61
62 def doc_xpath(self, xpath):
63 root = self.node.getroottree().getroot()

Callers 15

parse_io_specMethod · 0.95
_add_loop_taskMethod · 0.80
parse_nodeMethod · 0.80
has_lanesMethod · 0.80
start_messagesMethod · 0.80
called_element_idsMethod · 0.80
_parseMethod · 0.80
preprocessMethod · 0.80
_add_processesMethod · 0.80

Calls 1

_xpathMethod · 0.95

Tested by

no test coverage detected