MCPcopy 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
334class beginning_of_line(MotionCommand):
335 def do(self) -> None:
336 self.reader.pos = self.reader.bol()
337
338
339class end_of_line(MotionCommand):

Callers

nothing calls this directly

Calls 1

bolMethod · 0.80

Tested by

no test coverage detected