Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
kb
Function · 0.80
bootstrap.min.js
File · 0.80
c
Function · 0.80
b
Function · 0.80
kb
Function · 0.80
bootstrap.min.js
File · 0.80
c
Function · 0.80
b
Function · 0.80
Calls
3
_server
Method · 0.95
log_info
Method · 0.80
_
Function · 0.50
Tested by
no test coverage detected