Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getHeaderText
Method
getHeaderText
gui/builtinStatsViews/outgoingViewFull.py:65–66 ·
view source on GitHub ↗
(self, fit)
Source
from the content-addressed store, hash-verified
63
self._cachedValues = []
64
65
def
getHeaderText(self, fit):
66
return
_t(
"Remote Reps"
)
67
68
def
getTextExtentW(self, text):
69
width, height = self.parent.GetTextExtent(text)
Callers
nothing calls this directly
Calls
1
_t
Function · 0.50
Tested by
no test coverage detected