MCPcopy Index your code
hub / github.com/RustPython/RustPython / stdlib_subprocess.py

File stdlib_subprocess.py

extra_tests/snippets/stdlib_subprocess.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import signal
2import subprocess
3import sys
4import time

Callers

nothing calls this directly

Calls 12

assert_raisesFunction · 0.90
echoFunction · 0.85
sleepFunction · 0.70
startswithMethod · 0.45
sleepMethod · 0.45
pollMethod · 0.45
waitMethod · 0.45
stripMethod · 0.45
readMethod · 0.45
terminateMethod · 0.45
killMethod · 0.45
communicateMethod · 0.45

Tested by

no test coverage detected