Home
last modified time | relevance | path

Searched refs:run_with_locale (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/
Dtest_imaplib.py14 run_with_tz, run_with_locale, cpython_only)
59 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dtest_types.py3 from test.support import run_with_locale, cpython_only
395 @run_with_locale('LC_NUMERIC', 'en_US.UTF8')
404 @run_with_locale('LC_NUMERIC', 'en_US.UTF8')
Dpickletester.py27 TestFailed, run_with_locale, no_tracing,
1907 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dtest_float.py150 @support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
Dtest_unicode.py1550 @support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dtest_decimal.py39 run_with_locale, cpython_only,
1188 @run_with_locale('LC_ALL', 'ps_AF')
Dtest_logging.py5568 cm = support.run_with_locale('LC_ALL', '')
Dtest_ssl.py1095 @support.run_with_locale('LC_ALL', '')
/third_party/python/Lib/test/support/
D__init__.py691 def run_with_locale(catstr, *locales): function
/third_party/python/Doc/library/
Dtest.rst659 .. decorator:: run_with_locale(catstr, *locales)