MCPcopy Index your code
hub / github.com/python/cpython / do

Method do

Lib/_pyrepl/commands.py:169–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167
168class unix_word_rubout(KillCommand):
169 def do(self) -> None:
170 r = self.reader
171 for i in range(r.get_arg()):
172 self.kill_range(r.bow(), r.pos)
173
174
175class kill_word(KillCommand):

Callers

nothing calls this directly

Calls 3

get_argMethod · 0.80
kill_rangeMethod · 0.80
bowMethod · 0.80

Tested by

no test coverage detected