Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
onChar
Method · 0.80
Calls
1
setInput
Method · 0.45
Tested by
no test coverage detected