Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _writerthread
Method
_writerthread
Lib/subprocess.py:1617–1618 ·
view source on GitHub ↗
(self, input)
Source
from the content-addressed store, hash-verified
1615
1616
1617
def
_writerthread(self, input):
1618
self._stdin_write(input)
1619
1620
1621
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