Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
Callers
3
parse_document_content
Method · 0.95
parse_block_sequence_entry
Method · 0.95
parse_indentless_sequence_entry
Method · 0.95
Calls
1
parse_node
Method · 0.95
Tested by
no test coverage detected