Home
last modified time | relevance | path

Searched refs:get_returncode (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dtransports.py205 def get_returncode(self): member in SubprocessTransport
H A Dbase_subprocess.py131 def get_returncode(self): member in BaseSubprocessTransport
H A Dsubprocess.py133 return self._transport.get_returncode()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_transports.py70 self.assertRaises(NotImplementedError, transport.get_returncode)
H A Dtest_subprocess.py65 self.assertEqual(transport.get_returncode(), 6)
528 returncode = transport.get_returncode()
563 transport_returncode = transport.get_returncode()
H A Dtest_events.py258 self.returncode = self.transport.get_returncode()

Completed in 7 milliseconds