(self, pid, returncode, transp)
| 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, *, |
nothing calls this directly
no test coverage detected