Searched refs:python_opts (Results 1 – 2 of 2) sorted by relevance
148 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:
633 def _add_ci_python_opts(self, python_opts, keep_environ): argument639 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