MCPcopy Create free account
hub / github.com/LeoDJ/P2Pro-Viewer / __init__

Method __init__

P2Pro/util.py:11–12  ·  view source on GitHub ↗
(self, pipe, handler)

Source from the content-addressed store, hash-verified

9 handler(line.decode(sys.stdout.encoding).rstrip())
10
11 def __init__(self, pipe, handler):
12 threading.Thread(target=self._proxy_lines, args=[pipe, handler]).start()

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected