Home
last modified time | relevance | path

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

/third_party/python/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.py15 interpreter_requires_environment
71 @unittest.skipIf(interpreter_requires_environment(),
538 @unittest.skipIf(interpreter_requires_environment(),
818 @unittest.skipIf(interpreter_requires_environment(),
Dtest_tracemalloc.py8 interpreter_requires_environment)
893 @unittest.skipIf(interpreter_requires_environment(),
/third_party/python/Lib/test/support/
Dscript_helper.py22 def interpreter_requires_environment(): function
91 env_required = interpreter_requires_environment()
181 if not interpreter_requires_environment():
/third_party/python/Doc/library/
Dtest.rst1069 .. function:: interpreter_requires_environment()