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

Method __disable_bracketed_paste

Lib/_pyrepl/unix_console.py:579–580  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

577 os.write(self.output_fd, b"\x1b[?2004h")
578
579 def __disable_bracketed_paste(self) -> None:
580 os.write(self.output_fd, b"\x1b[?2004l")
581
582 def __setup_movement(self):
583 """

Callers 1

restoreMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected