MCPcopy Index your code
hub / github.com/pyload/pyload / run

Method run

module/remote/RemoteManager.py:30–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 self.running = False
29
30 def run(self):
31 self.running = True
32 try:
33 self.serve()
34 except Exception, e:
35 self.core.log.error(_("Remote backend error: %s") % e)
36 if self.core.debug:
37 print_exc()
38 finally:
39 self.running = False
40
41 def setup(self, host, port):
42 pass

Callers

nothing calls this directly

Calls 3

serveMethod · 0.95
_Function · 0.50
errorMethod · 0.45

Tested by

no test coverage detected