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