Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
359
class
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
366
class
self_insert(EditCommand):
Callers
nothing calls this directly
Calls
2
bow
Method · 0.80
get_arg
Method · 0.45
Tested by
no test coverage detected