MCPcopy 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
198if sys.stdin.isatty():
199 adb = subprocess.Popen(adb_command, stdin=PIPE, stdout=PIPE, stderr=PIPE)

Callers 1

pidcat.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected