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

Method parse_flow_sequence_first_entry

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

Source from the content-addressed store, hash-verified

466 # generate an inline mapping (set syntax).
467
468 def parse_flow_sequence_first_entry(self):
469 token = self.get_token()
470 self.marks.append(token.start_mark)
471 return self.parse_flow_sequence_entry(first=True)
472
473 def parse_flow_sequence_entry(self, first=False):
474 if not self.check_token(FlowSequenceEndToken):

Callers

nothing calls this directly

Calls 2

get_tokenMethod · 0.80

Tested by

no test coverage detected