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

Method test_file_latin_1

Lib/test/test_string_literals.py:348–349  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

346 self.check_encoding("iso-8859-1")
347
348 def test_file_latin_1(self):
349 self.check_encoding("latin-1")
350
351 def test_file_latin9(self):
352 self.check_encoding("latin9")

Callers

nothing calls this directly

Calls 1

check_encodingMethod · 0.95

Tested by

no test coverage detected