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

Method do

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

Source from the content-addressed store, hash-verified

353
354class forward_word(MotionCommand):
355 def do(self) -> None:
356 r = self.reader
357 for i in range(r.get_arg()):
358 r.pos = r.eow()
359
360
361class backward_word(MotionCommand):

Callers

nothing calls this directly

Calls 2

get_argMethod · 0.80
eowMethod · 0.80

Tested by

no test coverage detected