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

Method do

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

get_argMethod · 0.80
kill_rangeMethod · 0.80
bowMethod · 0.80

Tested by

no test coverage detected