MCPcopy Create free account
hub / github.com/apache/madlib / parse_flow_node

Method parse_flow_node

src/madpack/yaml/parser.py:264–265  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

262 return self.parse_node(block=True)
263
264 def parse_flow_node(self):
265 return self.parse_node()
266
267 def parse_block_node_or_indentless_sequence(self):
268 return self.parse_node(block=True, indentless_sequence=True)

Calls 1

parse_nodeMethod · 0.95

Tested by

no test coverage detected