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