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

Method __disable_bracketed_paste

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

Source from the content-addressed store, hash-verified

596 os.write(self.output_fd, b"\x1b[?2004h")
597
598 def __disable_bracketed_paste(self) -> None:
599 os.write(self.output_fd, b"\x1b[?2004l")
600
601 def __setup_movement(self):
602 """

Callers 1

restoreMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected