Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_write
Method · 0.95
Tested by
no test coverage detected