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

Method do

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

bowMethod · 0.80
get_argMethod · 0.45

Tested by

no test coverage detected