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

Method parse_block_mapping_first_key

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

Source from the content-addressed store, hash-verified

420 # BLOCK-END
421
422 def parse_block_mapping_first_key(self):
423 token = self.get_token()
424 self.marks.append(token.start_mark)
425 return self.parse_block_mapping_key()
426
427 def parse_block_mapping_key(self):
428 if self.check_token(KeyToken):

Callers

nothing calls this directly

Calls 3

get_tokenMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected