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:340–341 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
338
339
class
end_of_line(MotionCommand):
340
def
do(self) -> None:
341
self.reader.pos = self.reader.eol()
342
343
344
class
home(MotionCommand):
Callers
nothing calls this directly
Calls
1
eol
Method · 0.80
Tested by
no test coverage detected