MCPcopy Index your code
hub / github.com/python/cpython / process_exited

Method process_exited

Lib/test/test_asyncio/test_events.py:255–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

253 self.disconnects[fd].set_result(exc)
254
255 def process_exited(self):
256 self._assert_state('CONNECTED')
257 self.returncode = self.transport.get_returncode()
258
259
260class EventLoopTestsMixin:

Callers

nothing calls this directly

Calls 2

_assert_stateMethod · 0.95
get_returncodeMethod · 0.45

Tested by

no test coverage detected