MCPcopy Index your code
hub / github.com/RustPython/RustPython / do

Method do

Lib/_pyrepl/commands.py:374–376  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

372
373class insert_nl(EditCommand):
374 def do(self) -> None:
375 r = self.reader
376 r.insert("\n" * r.get_arg())
377
378
379class transpose_characters(EditCommand):

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
get_argMethod · 0.45

Tested by

no test coverage detected