Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_c_utf8
Method
test_c_utf8
Lib/test/test_locale.py:390–392 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
388
self.check(
'posix'
,
'C'
)
389
390
def
test_c_utf8(self):
391
self.check(
'c.utf8'
,
'C.UTF-8'
)
392
self.check(
'C.UTF-8'
,
'C.UTF-8'
)
393
394
def
test_english(self):
395
self.check(
'en'
,
'en_US.ISO8859-1'
)
Callers
nothing calls this directly
Calls
1
check
Method · 0.95
Tested by
no test coverage detected