MCPcopy Index your code
hub / github.com/python/cpython / test_tuple_from_pair_steal

Method test_tuple_from_pair_steal

Lib/test/test_capi/test_tuple.py:154–157  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 self.check_tuple_from_pair(from_pair)
153
154 def test_tuple_from_pair_steal(self):
155 # Test _PyTuple_FromPairSteal()
156 from_pair = _testinternalcapi.tuple_from_pair_steal
157 self.check_tuple_from_pair(from_pair)
158
159 def test_tuple_size(self):
160 # Test PyTuple_Size()

Callers

nothing calls this directly

Calls 1

check_tuple_from_pairMethod · 0.95

Tested by

no test coverage detected