Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ Highlight
Method
Highlight
gui/chrome_tabs.py:701–703 ·
view source on GitHub ↗
(self, highlight=False)
Source
from the content-addressed store, hash-verified
699
return
self.CopyRegion(self.region)
700
701
def
Highlight(self, highlight=False):
702
self.highlighted = highlight
703
self._Render()
704
705
def
IsHighlighted(self):
706
return
self.highlighted
Callers
1
CheckAddHighlighted
Method · 0.80
Calls
1
_Render
Method · 0.95
Tested by
no test coverage detected