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

Method OnResistModeChanged

graphs/gui/ctrlPanel.py:446–447  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

444 self.targetList.OnProfileRemoved(event)
445
446 def OnResistModeChanged(self, event):
447 self.targetList.OnResistModeChanged(event)
448
449 def formatLabel(self, axisDef, selector=False):
450 label = axisDef.selectorLabel if selector else axisDef.label

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected