Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_types.py3 from test.test_support import run_unittest, have_unicode, run_with_locale, \
558 @run_with_locale('LC_NUMERIC', 'en_US.UTF8')
567 @run_with_locale('LC_NUMERIC', 'en_US.UTF8')
Dtest_logging.py40 from test.test_support import captured_stdout, run_with_locale, run_unittest
2002 @run_with_locale('LC_ALL', '')
Dpickletester.py31 def run_with_locale(catstr, *locales): function
1064 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dtest_support.py1229 def run_with_locale(catstr, *locales): function
Dtest_decimal.py36 run_with_locale)
909 @run_with_locale('LC_ALL', 'ps_AF.UTF-8')
Dtest_float.py137 @test_support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
Dtest_unicode.py678 @test_support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dtest_ssl.py727 @support.run_with_locale('LC_ALL', '')
/external/python/cpython3/Lib/test/
Dtest_types.py3 from test.support import run_with_locale
378 @run_with_locale('LC_NUMERIC', 'en_US.UTF8')
387 @run_with_locale('LC_NUMERIC', 'en_US.UTF8')
Dtest_imaplib.py16 run_with_tz, run_with_locale)
58 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dpickletester.py16 TestFailed, TESTFN, run_with_locale, no_tracing,
1462 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dtest_float.py132 @support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
Dtest_unicode.py1480 @support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dtest_decimal.py38 run_with_locale, cpython_only)
1172 @run_with_locale('LC_ALL', 'ps_AF')
Dtest_logging.py4362 @support.run_with_locale('LC_ALL', '')
Dtest_ssl.py825 @support.run_with_locale('LC_ALL', '')
/external/python/cpython3/Lib/test/support/
D__init__.py1567 def run_with_locale(catstr, *locales): function
/external/python/cpython3/Doc/library/
Dtest.rst455 .. decorator:: run_with_locale(catstr, *locales)