Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py58 self.assertEqual(transport.get_returncode(), 6)
389 returncode = transport.get_returncode()
417 transport_returncode = transport.get_returncode()
Dtest_transports.py58 self.assertRaises(NotImplementedError, transport.get_returncode)
Dtest_events.py246 self.returncode = self.transport.get_returncode()
/external/python/cpython3/Lib/asyncio/
Dtransports.py184 def get_returncode(self): member in SubprocessTransport
Dsubprocess.py122 return self._transport.get_returncode()
Dbase_subprocess.py137 def get_returncode(self): member in BaseSubprocessTransport
/external/python/cpython3/Doc/library/
Dasyncio-protocol.rst248 .. method:: get_returncode()