Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_file_latin9
Method
test_file_latin9
Lib/test/test_string_literals.py:355–356 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
353
self.check_encoding(
"latin-1"
)
354
355
def
test_file_latin9(self):
356
self.check_encoding(
"latin9"
)
357
358
359
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
check_encoding
Method · 0.95
Tested by
no test coverage detected