Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _restore_term_title_xterm
Function
_restore_term_title_xterm
IPython/utils/terminal.py:72–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
71
72
def
_restore_term_title_xterm():
73
sys.stdout.write(
'\033[23;0t'
)
74
75
76
if
os.name ==
'posix'
:
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected