MCPcopy 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

1from _locale import (setlocale, LC_ALL, LC_CTYPE, LC_NUMERIC, LC_TIME, localeconv, Error)
2try:
3 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
4except ImportError:

Callers

nothing calls this directly

Calls 3

unameFunction · 0.90
splitMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected