MCPcopy Index your code
hub / github.com/ipython/ipython / set_term_title

Function set_term_title

IPython/utils/terminal.py:110–114  ·  view source on GitHub ↗

Set terminal title using the necessary platform-dependent calls.

(title)

Source from the content-addressed store, hash-verified

108
109
110def set_term_title(title):
111 """Set terminal title using the necessary platform-dependent calls."""
112 if ignore_termtitle:
113 return
114 _set_term_title(title)
115
116
117def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…