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

Method _start

Lib/asyncio/base_subprocess.py:88–89  ·  view source on GitHub ↗
(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs)

Source from the content-addressed store, hash-verified

86 return '<{}>'.format(' '.join(info))
87
88 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs):
89 raise NotImplementedError
90
91 def set_protocol(self, protocol):
92 self._protocol = protocol

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected