MCPcopy Index your code
hub / github.com/CaliDog/certstream-python / set_title

Method set_title

examples/gui.py:411–415  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

409 return ""
410
411 def set_title(self, text):
412 if not self.title_widget:
413 raise ValueError('Cannot set title when tline is unset')
414 self.title_widget.set_text(self.format_title(text))
415 self.tline_widget._invalidate()
416
417
418gui.run()

Callers

nothing calls this directly

Calls 1

format_titleMethod · 0.95

Tested by

no test coverage detected