MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / communicate

Method communicate

Lib/subprocess.py:767–798  ·  view source on GitHub ↗

Interact with process: Send data to stdin. Read data from stdout and stderr, until end-of-file is reached. Wait for process to terminate. The optional input argument should be a string to be sent to the child process, or None, if no data should be sent to the child

(self, input=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

check_outputFunction · 0.95
_demo_posixFunction · 0.95
_demo_windowsFunction · 0.95
_syscmd_fileFunction · 0.95
run_cgiMethod · 0.95
query_vcvarsallFunction · 0.95
mq_patches_appliedFunction · 0.95

Calls 6

waitMethod · 0.95
_communicateMethod · 0.95
_eintr_retry_callFunction · 0.85
countMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected