Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
###
20
class
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
init
Method · 0.95
Tested by
no test coverage detected