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