Searched refs:run_with_locale (Results 1 – 18 of 18) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_types.py | 3 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')
|
D | test_logging.py | 40 from test.test_support import captured_stdout, run_with_locale, run_unittest 2002 @run_with_locale('LC_ALL', '')
|
D | pickletester.py | 31 def run_with_locale(catstr, *locales): function 1107 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
D | test_decimal.py | 36 run_with_locale) 909 @run_with_locale('LC_ALL', 'ps_AF.UTF-8')
|
D | test_float.py | 137 @test_support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
|
D | test_unicode.py | 678 @test_support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
D | test_ssl.py | 734 @support.run_with_locale('LC_ALL', '')
|
/external/python/cpython3/Lib/test/ |
D | test_types.py | 3 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')
|
D | test_imaplib.py | 14 run_with_tz, run_with_locale, cpython_only) 57 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
D | pickletester.py | 26 TestFailed, TESTFN, run_with_locale, no_tracing, 1742 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
D | test_float.py | 147 @support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
|
D | test_unicode.py | 1511 @support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
D | test_decimal.py | 38 run_with_locale, cpython_only) 1167 @run_with_locale('LC_ALL', 'ps_AF')
|
D | test_logging.py | 5356 @support.run_with_locale('LC_ALL', '')
|
D | test_ssl.py | 1059 @support.run_with_locale('LC_ALL', '')
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 1285 def run_with_locale(catstr, *locales): function
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1498 def run_with_locale(catstr, *locales): function
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 900 .. decorator:: run_with_locale(catstr, *locales)
|