MCPcopy 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

onCharMethod · 0.45
onEnterMethod · 0.45
onEnterMethod · 0.45
backspaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected