Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_c_locale_coercion.py172 AVAILABLE_TARGETS = None variable
177 global AVAILABLE_TARGETS
181 if AVAILABLE_TARGETS is not None:
184 AVAILABLE_TARGETS = []
189 AVAILABLE_TARGETS.append(target_locale)
191 if AVAILABLE_TARGETS:
193 CLI_COERCION_TARGET = AVAILABLE_TARGETS[0]
243 if not AVAILABLE_TARGETS:
262 for locale_to_set in AVAILABLE_TARGETS:
306 if not AVAILABLE_TARGETS: