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_transports.py70 self.assertRaises(NotImplementedError, transport.get_returncode)
Dtest_subprocess.py63 self.assertEqual(transport.get_returncode(), 6)
479 returncode = transport.get_returncode()
514 transport_returncode = transport.get_returncode()
Dtest_events.py257 self.returncode = self.transport.get_returncode()
/external/python/cpython3/Lib/asyncio/
Dtransports.py205 def get_returncode(self): member in SubprocessTransport
Dsubprocess.py130 return self._transport.get_returncode()
Dbase_subprocess.py131 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.rst395 .. method:: SubprocessTransport.get_returncode()