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

Method _writerthread

Lib/subprocess.py:1671–1672  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

1669
1670
1671 def _writerthread(self, input):
1672 self._stdin_write(input)
1673
1674
1675 def _communicate(self, input, endtime, orig_timeout):

Callers

nothing calls this directly

Calls 1

_stdin_writeMethod · 0.95

Tested by

no test coverage detected