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

Method construct_python_tuple

ext/src/python_libs/pyyaml3/constructor.py:497–498  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

495 return complex(self.construct_scalar(node))
496
497 def construct_python_tuple(self, node):
498 return tuple(self.construct_sequence(node))
499
500 def find_python_module(self, name, mark):
501 if not name:

Callers

nothing calls this directly

Calls 2

construct_sequenceMethod · 0.80
tupleClass · 0.50

Tested by

no test coverage detected