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

Method do

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

Source from the content-addressed store, hash-verified

172
173class kill_word(KillCommand):
174 def do(self) -> None:
175 r = self.reader
176 for i in range(r.get_arg()):
177 self.kill_range(r.pos, r.eow())
178
179
180class backward_kill_word(KillCommand):

Callers

nothing calls this directly

Calls 3

kill_rangeMethod · 0.80
eowMethod · 0.80
get_argMethod · 0.45

Tested by

no test coverage detected