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

Method construct_yaml_seq

src/madpack/yaml/constructor.py:386–389  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

384 return value
385
386 def construct_yaml_seq(self, node):
387 data = []
388 yield data
389 data.extend(self.construct_sequence(node))
390
391 def construct_yaml_map(self, node):
392 data = {}

Callers

nothing calls this directly

Calls 1

construct_sequenceMethod · 0.80

Tested by

no test coverage detected