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
1107 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
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.py734 @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.py14 run_with_tz, run_with_locale, cpython_only)
57 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dpickletester.py26 TestFailed, TESTFN, run_with_locale, no_tracing,
1742 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dtest_float.py147 @support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
Dtest_unicode.py1511 @support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dtest_decimal.py38 run_with_locale, cpython_only)
1167 @run_with_locale('LC_ALL', 'ps_AF')
Dtest_logging.py5356 @support.run_with_locale('LC_ALL', '')
Dtest_ssl.py1059 @support.run_with_locale('LC_ALL', '')
/external/python/cpython2/Lib/test/support/
D__init__.py1285 def run_with_locale(catstr, *locales): function
/external/python/cpython3/Lib/test/support/
D__init__.py1498 def run_with_locale(catstr, *locales): function
/external/python/cpython3/Doc/library/
Dtest.rst900 .. decorator:: run_with_locale(catstr, *locales)