Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getHeaderText
Method
getHeaderText
gui/builtinStatsViews/capacitorViewFull.py:36–37 ·
view source on GitHub ↗
(self, fit)
Source
from the content-addressed store, hash-verified
34
self.parent = parent
35
36
def
getHeaderText(self, fit):
37
return
_t(
"Capacitor"
)
38
39
def
getTextExtentW(self, text):
40
width, height = self.parent.GetTextExtent(text)
Callers
nothing calls this directly
Calls
1
_t
Function · 0.50
Tested by
no test coverage detected