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

Method from_latin1

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

Source from the content-addressed store, hash-verified

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

Callers 2

_test_capitalizeMethod · 0.45
test_centerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected