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

Method encoded_str_values

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

Source from the content-addressed store, hash-verified

122 # of different types
123
124 def encoded_str_values(self) -> list[bytes]:
125 return _encode_str_values(self.str_literals)
126
127 def encoded_int_values(self) -> list[bytes]:
128 return _encode_int_values(self.int_literals)

Callers 1

Calls 1

_encode_str_valuesFunction · 0.85

Tested by

no test coverage detected