MCPcopy 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
72def _restore_term_title_xterm():
73 sys.stdout.write('\033[23;0t')
74
75
76if os.name == 'posix':

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected