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

Method parse_block_sequence_first_entry

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

get_tokenMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected