Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_file_iso_8859_1
Method
test_file_iso_8859_1
Lib/test/test_string_literals.py:349–350 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
347
self.check_encoding(
"utf-8"
)
348
349
def
test_file_iso_8859_1(self):
350
self.check_encoding(
"iso-8859-1"
)
351
352
def
test_file_latin_1(self):
353
self.check_encoding(
"latin-1"
)
Callers
nothing calls this directly
Calls
1
check_encoding
Method · 0.95
Tested by
no test coverage detected