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

Method parse_block_sequence_first_entry

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

Source from the content-addressed store, hash-verified

371 # block_sequence ::= BLOCK-SEQUENCE-START (BLOCK-ENTRY block_node?)* BLOCK-END
372
373 def parse_block_sequence_first_entry(self):
374 token = self.get_token()
375 self.marks.append(token.start_mark)
376 return self.parse_block_sequence_entry()
377
378 def parse_block_sequence_entry(self):
379 if self.check_token(BlockEntryToken):

Callers

nothing calls this directly

Calls 2

get_tokenMethod · 0.80

Tested by

no test coverage detected