MCPcopy Index your code
hub / github.com/python/mypy / encoded_tuple_values

Method encoded_tuple_values

mypyc/codegen/literals.py:139–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137 return _encode_complex_values(self.complex_literals)
138
139 def encoded_tuple_values(self) -> list[str]:
140 return self._encode_collection_values(self.tuple_literals)
141
142 def encoded_frozenset_values(self) -> list[str]:
143 return self._encode_collection_values(self.frozenset_literals)

Callers 2

test_tuple_literalMethod · 0.95

Calls 1

Tested by 1

test_tuple_literalMethod · 0.76