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.py71 self.assertEqual(transport.get_returncode(), 6)
579 returncode = transport.get_returncode()
614 transport_returncode = transport.get_returncode()
Dtest_events.py258 self.returncode = self.transport.get_returncode()
/external/python/cpython3/Lib/asyncio/
Dtransports.py207 def get_returncode(self): member in SubprocessTransport
Dsubprocess.py133 return self._transport.get_returncode()
Dbase_subprocess.py135 def get_returncode(self): member in BaseSubprocessTransport
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst403 * - :meth:`transport.get_returncode() <SubprocessTransport.get_returncode>`
Dasyncio-protocol.rst401 .. method:: SubprocessTransport.get_returncode()