Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py57 self.assertEqual(transport.get_returncode(), 6)
411 returncode = transport.get_returncode()
439 transport_returncode = transport.get_returncode()
Dtest_transports.py59 self.assertRaises(NotImplementedError, transport.get_returncode)
Dtest_events.py233 self.returncode = self.transport.get_returncode()
/external/python/cpython3/Lib/asyncio/
Dtransports.py187 def get_returncode(self): member in SubprocessTransport
Dsubprocess.py121 return self._transport.get_returncode()
Dbase_subprocess.py132 def get_returncode(self): member in BaseSubprocessTransport
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst390 * - :meth:`transport.get_returncode() <SubprocessTransport.get_returncode>`
Dasyncio-protocol.rst391 .. method:: SubprocessTransport.get_returncode()