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

Method construct_python_tuple

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

Source from the content-addressed store, hash-verified

475 return complex(self.construct_scalar(node))
476
477 def construct_python_tuple(self, node):
478 return tuple(self.construct_sequence(node))
479
480 def find_python_module(self, name, mark):
481 if not name:

Callers

nothing calls this directly

Calls 1

construct_sequenceMethod · 0.80

Tested by

no test coverage detected