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