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