Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getWidthProportion
Method
getWidthProportion
gui/display.py:299–301 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
297
return
rows
298
299
def
getWidthProportion(self):
300
propWidth = sum(c.proportionWidth
for
c in self.activeColumns)
301
return
propWidth
302
303
def
ensureSelection(self, clickedPos):
304
""
"
Callers
1
refreshColumns
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected