MCPcopy 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

28class 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
35def proxy(*settings):

Callers

nothing calls this directly

Calls 1

proxyFunction · 0.85

Tested by

no test coverage detected