MCPcopy Index your code
hub / github.com/RustPython/RustPython / from_latin1

Method from_latin1

Lib/test/test_bigmem.py:577–578  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

575class StrTest(unittest.TestCase, BaseStrTest):
576
577 def from_latin1(self, s):
578 return s
579
580 def basic_encode_test(self, size, enc, c='.', expectedsize=None):
581 if expectedsize is None:

Callers 2

_test_capitalizeMethod · 0.45
test_centerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected