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

Method parse_flow_mapping_first_key

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

Source from the content-addressed store, hash-verified

535 # flow_mapping_entry ::= flow_node | KEY flow_node? (VALUE flow_node?)?
536
537 def parse_flow_mapping_first_key(self):
538 token = self.get_token()
539 self.marks.append(token.start_mark)
540 return self.parse_flow_mapping_key(first=True)
541
542 def parse_flow_mapping_key(self, first=False):
543 if not self.check_token(FlowMappingEndToken):

Callers

nothing calls this directly

Calls 3

get_tokenMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected