MCPcopy Index your code
hub / github.com/python/cpython / end

Class end

Lib/_pyrepl/commands.py:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347
348
349class end(MotionCommand):
350 def do(self) -> None:
351 self.reader.pos = len(self.reader.buffer)
352
353
354class forward_word(MotionCommand):

Callers 1

handlerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected