MCPcopy
hub / github.com/pyload/pyload / proxy

Method proxy

module/plugins/hooks/ClickNLoad.py:93–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91
92 @threaded
93 def proxy(self):
94 self.log_info(
95 _("Proxy listening on %s:%s") %
96 (self.cnl_ip or "0.0.0.0", self.cnl_port))
97 self._server()
98
99 @threaded
100 def _server(self):

Callers 9

__init__Method · 0.80
kbFunction · 0.80
bootstrap.min.jsFile · 0.80
cFunction · 0.80
bFunction · 0.80
kbFunction · 0.80
bootstrap.min.jsFile · 0.80
cFunction · 0.80
bFunction · 0.80

Calls 3

_serverMethod · 0.95
log_infoMethod · 0.80
_Function · 0.50

Tested by

no test coverage detected