Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ do
Method
do
Lib/_pyrepl/commands.py:163–165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
161
162
class
unix_line_discard(KillCommand):
163
def
do(self) -> None:
164
r = self.reader
165
self.kill_range(r.bol(), r.pos)
166
167
168
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