Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _enable_bracketed_paste
Method
_enable_bracketed_paste
Lib/_pyrepl/windows_console.py:312–313 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
310
self.__write(
"\x1b[?12l"
)
311
312
def
_enable_bracketed_paste(self) -> None:
313
self.__write(
"\x1b[?2004h"
)
314
315
def
_disable_bracketed_paste(self) -> None:
316
self.__write(
"\x1b[?2004l"
)
Callers
1
prepare
Method · 0.95
Calls
1
__write
Method · 0.95
Tested by
no test coverage detected