Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_py_compile.py233 def pycompilecmd(self, *args, **kwargs): member in PyCompileCLITestCase
247 result = self.pycompilecmd('-', input=self.source_path)
254 rc, stdout, stderr = self.pycompilecmd(self.source_path, self.source_path)