Home
last modified time | relevance | path

Searched refs:catstr (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_support.py1229 def run_with_locale(catstr, *locales): argument
1234 category = getattr(locale, catstr)
Dpickletester.py31 def run_with_locale(catstr, *locales): argument
36 category = getattr(locale, catstr)
/external/python/cpython3/Lib/test/support/
D__init__.py1567 def run_with_locale(catstr, *locales): argument
1572 category = getattr(locale, catstr)
/external/python/cpython3/Doc/library/
Dtest.rst455 .. decorator:: run_with_locale(catstr, *locales)
458 resetting it after it has finished. *catstr* is the locale category as