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

Method do

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

get_argMethod · 0.80
kill_rangeMethod · 0.80
eowMethod · 0.80

Tested by

no test coverage detected