Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/libregrtest/
Druntests.py148 python_opts = support.args_from_interpreter_flags()
154 python_opts = [opt for opt in python_opts if opt != "-E"]
157 cmd = [*executable, *python_opts]
158 if '-u' not in python_opts:
Dmain.py633 def _add_ci_python_opts(self, python_opts, keep_environ): argument
639 python_opts.append('-u')
643 python_opts.extend(('-W', 'default'))
647 python_opts.append('-bb')
652 python_opts.append('-E')
689 python_opts = []
694 self._add_ci_python_opts(python_opts, keep_environ)
696 if (not python_opts) and (not regrtest_opts) and (environ is None):
702 if python_opts:
703 cmd[1:1] = python_opts