MCPcopy Index your code
hub / github.com/RustPython/RustPython / do

Method do

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

kill_rangeMethod · 0.80
bowMethod · 0.80
get_argMethod · 0.45

Tested by

no test coverage detected