Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_io_encoding
Method
test_io_encoding
Lib/test/test_utf8_mode.py:203–204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
201
encoding=
"latin1"
, errors=
"namereplace"
)
202
203
def
test_io_encoding(self):
204
self.check_io_encoding(
'io'
)
205
206
def
test_pyio_encoding(self):
207
self.check_io_encoding(
'_pyio'
)
Callers
nothing calls this directly
Calls
1
check_io_encoding
Method · 0.95
Tested by
no test coverage detected