Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/JakeWharton/pidcat
/ poll
Method
poll
pidcat.py:195–196 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
193
def
__init__(self):
194
self.stdout = sys.stdin
195
def
poll(self):
196
return
None
197
198
if
sys.stdin.isatty():
199
adb = subprocess.Popen(adb_command, stdin=PIPE, stdout=PIPE, stderr=PIPE)
Callers
1
pidcat.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected