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

Method _noop

Lib/asyncio/subprocess.py:168–169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 self.stdin.close()
167
168 async def _noop(self):
169 return None
170
171 async def _read_stream(self, fd):
172 transport = self._transport.get_pipe_transport(fd)

Callers 1

communicateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected