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

Method _child_watcher_callback

Lib/asyncio/unix_events.py:219–220  ·  view source on GitHub ↗
(self, pid, returncode, transp)

Source from the content-addressed store, hash-verified

217 return transp
218
219 def _child_watcher_callback(self, pid, returncode, transp):
220 self.call_soon_threadsafe(transp._process_exited, returncode)
221
222 async def create_unix_connection(
223 self, protocol_factory, path=None, *,

Callers

nothing calls this directly

Calls 1

call_soon_threadsafeMethod · 0.45

Tested by

no test coverage detected