Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getHeaderText
Method
getHeaderText
gui/builtinStatsViews/rechargeViewFull.py:42–43 ·
view source on GitHub ↗
(self, fit)
Source
from the content-addressed store, hash-verified
40
self.mainFrame.Bind(GE.EFFECTIVE_HP_TOGGLED, self.toggleEffective)
41
42
def
getHeaderText(self, fit):
43
return
_t(
"Recharge rates"
)
44
45
def
getTextExtentW(self, text):
46
width, height = self.parent.GetTextExtent(text)
Callers
nothing calls this directly
Calls
1
_t
Function · 0.50
Tested by
no test coverage detected