HomeSort by relevance Sort by last modified time
    Searched full:get_returncode (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Lib/test/test_asyncio/
test_transports.py 58 self.assertRaises(NotImplementedError, transport.get_returncode)
test_subprocess.py 58 self.assertEqual(transport.get_returncode(), 6)
389 returncode = transport.get_returncode()
417 transport_returncode = transport.get_returncode()
test_events.py 246 self.returncode = self.transport.get_returncode()
    [all...]
  /external/python/cpython3/Lib/asyncio/
subprocess.py 122 return self._transport.get_returncode()
base_subprocess.py 137 def get_returncode(self): member in class:BaseSubprocessTransport
transports.py 184 def get_returncode(self): member in class:SubprocessTransport
  /external/python/cpython3/Doc/library/
asyncio-protocol.rst 248 .. method:: get_returncode()

Completed in 803 milliseconds