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

Method do

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

Source from the content-addressed store, hash-verified

179
180class backward_kill_word(KillCommand):
181 def do(self) -> None:
182 r = self.reader
183 for i in range(r.get_arg()):
184 self.kill_range(r.bow(), r.pos)
185
186
187class yank(YankCommand):

Callers

nothing calls this directly

Calls 3

kill_rangeMethod · 0.80
bowMethod · 0.80
get_argMethod · 0.45

Tested by

no test coverage detected