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.py185 AVAILABLE_TARGETS = None variable
190 global AVAILABLE_TARGETS
194 if AVAILABLE_TARGETS is not None:
197 AVAILABLE_TARGETS = []
202 AVAILABLE_TARGETS.append(target_locale)
204 if AVAILABLE_TARGETS:
206 CLI_COERCION_TARGET = AVAILABLE_TARGETS[0]
247 if not AVAILABLE_TARGETS:
266 for locale_to_set in AVAILABLE_TARGETS:
310 if not AVAILABLE_TARGETS: