Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_py_compile.py244 def pycompilecmd_failure(self, *args): member in PyCompileCLITestCase
263 rc, stdout, stderr = self.pycompilecmd_failure(bad_syntax)
270 rc, stdout, stderr = self.pycompilecmd_failure('-q', bad_syntax)
277 rc, stdout, stderr = self.pycompilecmd_failure(self.source_path, should_not_exists)
284 rc, stdout, stderr = self.pycompilecmd_failure('-q', self.source_path, should_not_exists)