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:355–358 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
353
354
class
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
361
class
backward_word(MotionCommand):
Callers
nothing calls this directly
Calls
2
get_arg
Method · 0.80
eow
Method · 0.80
Tested by
no test coverage detected