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

Method parse_block_node

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

Source from the content-addressed store, hash-verified

259 # flow_collection ::= flow_sequence | flow_mapping
260
261 def parse_block_node(self):
262 return self.parse_node(block=True)
263
264 def parse_flow_node(self):
265 return self.parse_node()

Calls 1

parse_nodeMethod · 0.95

Tested by

no test coverage detected