MCPcopy 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
162class unix_line_discard(KillCommand):
163 def do(self) -> None:
164 r = self.reader
165 self.kill_range(r.bol(), r.pos)
166
167
168class unix_word_rubout(KillCommand):

Callers

nothing calls this directly

Calls 2

kill_rangeMethod · 0.80
bolMethod · 0.80

Tested by

no test coverage detected