Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ setInput
Method
setInput
module/cli/Handler.py:40–41 ·
view source on GitHub ↗
(self, inp="")
Source
from the content-addressed store, hash-verified
38
pass
39
40
def
setInput(self, inp=
""
):
41
self.cli.setInput(inp)
42
43
def
backspace(self):
44
self.cli.setInput(self.input[:-1])
Callers
4
onChar
Method · 0.45
onEnter
Method · 0.45
onEnter
Method · 0.45
backspace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected