MCPcopy Create free account
hub / github.com/ipython/ipython / restore_term_title

Function restore_term_title

IPython/utils/terminal.py:115–119  ·  view source on GitHub ↗

Restore, if possible, terminal title to the original state

()

Source from the content-addressed store, hash-verified

113
114
115def restore_term_title():
116 """Restore, if possible, terminal title to the original state"""
117 if ignore_termtitle:
118 return
119 _restore_term_title()
120
121
122def freeze_term_title():

Callers 1

restore_term_titleMethod · 0.90

Calls 1

_restore_term_titleFunction · 0.85

Tested by

no test coverage detected