Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test__locale.py
File
test__locale.py
Lib/test/test__locale.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
_locale
import
(setlocale, LC_ALL, LC_CTYPE, LC_NUMERIC, LC_TIME, localeconv, Error)
2
try
:
3
from
_locale
import
(RADIXCHAR, THOUSEP, nl_langinfo)
4
except
ImportError:
Callers
nothing calls this directly
Calls
3
uname
Function · 0.90
split
Method · 0.45
main
Method · 0.45
Tested by
no test coverage detected