Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_script_helper.py90 self.assertTrue(script_helper.interpreter_requires_environment())
91 self.assertTrue(script_helper.interpreter_requires_environment())
99 script_helper.interpreter_requires_environment()
100 self.assertFalse(script_helper.interpreter_requires_environment())
107 script_helper.interpreter_requires_environment()
108 self.assertFalse(script_helper.interpreter_requires_environment())
109 self.assertFalse(script_helper.interpreter_requires_environment())
119 self.assertTrue(script_helper.interpreter_requires_environment())
120 self.assertTrue(script_helper.interpreter_requires_environment())
Dtest_cmd_line.py14 interpreter_requires_environment
70 @unittest.skipIf(interpreter_requires_environment(),
495 @unittest.skipIf(interpreter_requires_environment(),
774 @unittest.skipIf(interpreter_requires_environment(),
Dtest_tracemalloc.py8 interpreter_requires_environment)
873 @unittest.skipIf(interpreter_requires_environment(),
/external/python/cpython3/Lib/test/support/
Dscript_helper.py20 def interpreter_requires_environment(): function
89 env_required = interpreter_requires_environment()
175 if not interpreter_requires_environment():
/external/python/cpython3/Doc/library/
Dtest.rst1502 .. function:: interpreter_requires_environment()