Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
start
Method · 0.45
Tested by
no test coverage detected