Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
373
class
insert_nl(EditCommand):
374
def
do(self) -> None:
375
r = self.reader
376
r.insert(
"\n"
* r.get_arg())
377
378
379
class
transpose_characters(EditCommand):
Callers
nothing calls this directly
Calls
2
insert
Method · 0.45
get_arg
Method · 0.45
Tested by
no test coverage detected