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

Function proxy

module/forwarder.py:35–37  ·  view source on GitHub ↗
(*settings)

Source from the content-addressed store, hash-verified

33
34
35def proxy(*settings):
36 while True:
37 server(*settings)
38
39def server(*settings):
40 try:

Callers 1

__init__Method · 0.85

Calls 1

serverFunction · 0.85

Tested by

no test coverage detected