Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ do
Method
do
Lib/_pyrepl/commands.py:161–163 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
159
160
class
unix_line_discard(KillCommand):
161
def
do(self) -> None:
162
r = self.reader
163
self.kill_range(r.bol(), r.pos)
164
165
166
class
unix_word_rubout(KillCommand):
Callers
nothing calls this directly
Calls
2
kill_range
Method · 0.80
bol
Method · 0.80
Tested by
no test coverage detected