Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_case_sensitivity.py27 self.caseok_env_changed(should_exist=False)
34 self.caseok_env_changed(should_exist=True)
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_case_sensitivity.py44 self.caseok_env_changed(should_exist=False)
53 self.caseok_env_changed(should_exist=True)
/external/python/cpython3/Lib/test/test_importlib/
Dutil.py391 def caseok_env_changed(self, *, should_exist): argument
394 for x in possibilities) != should_exist: