MCPcopy Create free account
hub / github.com/ablab/spades / parse_block_node

Method parse_block_node

ext/src/python_libs/pyyaml3/parser.py:264–265  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

262 # flow_collection ::= flow_sequence | flow_mapping
263
264 def parse_block_node(self):
265 return self.parse_node(block=True)
266
267 def parse_flow_node(self):
268 return self.parse_node()

Calls 1

parse_nodeMethod · 0.95

Tested by

no test coverage detected