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

Method backspace

module/cli/Handler.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 self.cli.setInput(inp)
42
43 def backspace(self):
44 self.cli.setInput(self.input[:-1])
45
46 def renderBody(self, line):
47 """ gets the line where to render output and should return the line number below its content """

Callers 1

onCharMethod · 0.80

Calls 1

setInputMethod · 0.45

Tested by

no test coverage detected