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

Method effective

gui/builtinStatsViews/rechargeViewFull.py:50–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49 @property
50 def effective(self):
51 try:
52 return self.parent.nameViewMap['resistancesViewFull'].showEffective
53 except KeyError:
54 return False
55
56 def toggleEffective(self, event):
57 event.Skip()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected