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

Method __init__

module/cli/Handler.py:21–23  ·  view source on GitHub ↗
(self, cli)

Source from the content-addressed store, hash-verified

19###
20class Handler:
21 def __init__(self, cli):
22 self.cli = cli
23 self.init()
24
25 client = property(lambda self: self.cli.client)
26 input = property(lambda self: self.cli.input)

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected