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

Method do

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

Source from the content-addressed store, hash-verified

360
361class backward_word(MotionCommand):
362 def do(self) -> None:
363 r = self.reader
364 for i in range(r.get_arg()):
365 r.pos = r.bow()
366
367
368class self_insert(EditCommand):

Callers

nothing calls this directly

Calls 2

get_argMethod · 0.80
bowMethod · 0.80

Tested by

no test coverage detected