MCPcopy 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
339class end_of_line(MotionCommand):
340 def do(self) -> None:
341 self.reader.pos = self.reader.eol()
342
343
344class home(MotionCommand):

Callers

nothing calls this directly

Calls 1

eolMethod · 0.80

Tested by

no test coverage detected