Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CaliDog/certstream-python
/ format_title
Method
format_title
examples/gui.py:405–409 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
403
WidgetWrap.__init__(self, pile)
404
405
def
format_title(self, text):
406
if
len(text) > 0:
407
return
"┤ {} ├"
.format(text)
408
else
:
409
return
""
410
411
def
set_title(self, text):
412
if
not self.title_widget:
Callers
2
__init__
Method · 0.95
set_title
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected