Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py590 async def _test_popen_error(self, stdin): member in SubprocessMixin
612 self.loop.run_until_complete(self._test_popen_error(stdin=None))
618 self._test_popen_error(stdin=subprocess.PIPE))