Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ SetTabImage
Method
SetTabImage
gui/chrome_tabs.py:461–462 ·
view source on GitHub ↗
(self, img)
Source
from the content-addressed store, hash-verified
459
return
totalSize, self.tab_height
460
461
def
SetTabImage(self, img):
462
self.tab_img = img
463
464
def
CopyRegion(self, region):
465
rect = region.GetBox()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected