Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_regrtest.py588 self.python_args = ['-Wd', '-E', '-bb']
607 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
612 args = [*self.python_args, '-m', 'test',
618 args = [*self.python_args, '-m', 'test.regrtest',
624 args = [*self.python_args, '-m', 'test.autotest',
631 args = [*self.python_args, '-c', code,
638 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
Dtest_posix.py1563 def python_args(self, *args): member in _PosixSpawnMixin
1579 args = self.python_args('-c', script)
1608 args = self.python_args('-c', script)
1859 args = self.python_args('-c', script)
1878 args = self.python_args('-c', script)
1897 args = self.python_args('-c', script)