Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getTextExtentW
Method
getTextExtentW
gui/builtinStatsViews/resourcesViewFull.py:86–88 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
84
return
_t(
"Resources"
)
85
86
def
getTextExtentW(self, text):
87
width, height = self.parent.GetTextExtent(text)
88
return
width
89
90
def
populatePanel(self, contentPanel, headerPanel):
91
Callers
1
populatePanel
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected