Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ __init__
Method
__init__
module/forwarder.py:30–32 ·
view source on GitHub ↗
(self, extip,extport=9666)
Source
from the content-addressed store, hash-verified
28
class
Forwarder():
29
30
def
__init__(self, extip,extport=9666):
31
print
"Start portforwarding to %s:%s"
% (extip, extport)
32
proxy(extip, extport, 9666)
33
34
35
def
proxy(*settings):
Callers
nothing calls this directly
Calls
1
proxy
Function · 0.85
Tested by
no test coverage detected