MCPcopy Create free account
hub / github.com/huangruiteng/CS-Notes / python-call-process-with-timeout.py

File python-call-process-with-timeout.py

Notes/snippets/python-call-process-with-timeout.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import subprocess
2import select
3import threading
4import logging

Callers

nothing calls this directly

Calls 2

init_loggingFunction · 0.85
mainFunction · 0.70

Tested by

no test coverage detected