MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / getTextExtentW

Method getTextExtentW

gui/builtinStatsViews/rechargeViewFull.py:45–47  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

43 return _t("Recharge rates")
44
45 def getTextExtentW(self, text):
46 width, height = self.parent.GetTextExtent(text)
47 return width
48
49 @property
50 def effective(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected