Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/support/
Dscript_helper.py18 __cached_interp_requires_environment = None variable
37 global __cached_interp_requires_environment
38 if __cached_interp_requires_environment is None:
41 __cached_interp_requires_environment = True
49 __cached_interp_requires_environment = True
51 __cached_interp_requires_environment = False
53 return __cached_interp_requires_environment