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

Function set_term_title

IPython/utils/terminal.py:108–112  ·  view source on GitHub ↗

Set terminal title using the necessary platform-dependent calls.

(title)

Source from the content-addressed store, hash-verified

106
107
108def set_term_title(title):
109 """Set terminal title using the necessary platform-dependent calls."""
110 if ignore_termtitle:
111 return
112 _set_term_title(title)
113
114
115def restore_term_title():

Callers 2

init_term_titleMethod · 0.90
cdMethod · 0.90

Calls 1

_set_term_titleFunction · 0.85

Tested by

no test coverage detected