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

Method construct_mapping

src/madpack/yaml/constructor.py:204–207  ·  view source on GitHub ↗
(self, node, deep=False)

Source from the content-addressed store, hash-verified

202 node.value = merge + node.value
203
204 def construct_mapping(self, node, deep=False):
205 if isinstance(node, MappingNode):
206 self.flatten_mapping(node)
207 return BaseConstructor.construct_mapping(self, node, deep=deep)
208
209 def construct_yaml_null(self, node):
210 self.construct_scalar(node)

Callers 3

construct_yaml_setMethod · 0.95
construct_yaml_mapMethod · 0.95
construct_yaml_objectMethod · 0.95

Calls 2

flatten_mappingMethod · 0.95
construct_mappingMethod · 0.45

Tested by

no test coverage detected