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:335–336 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
333
334
class
beginning_of_line(MotionCommand):
335
def
do(self) -> None:
336
self.reader.pos = self.reader.bol()
337
338
339
class
end_of_line(MotionCommand):
Callers
nothing calls this directly
Calls
1
bol
Method · 0.80
Tested by
no test coverage detected