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

Method OnProfileRemoved

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

Source from the content-addressed store, hash-verified

440 self.targetList.OnProfileChanged(event)
441
442 def OnProfileRemoved(self, event):
443 self.sourceList.OnProfileRemoved(event)
444 self.targetList.OnProfileRemoved(event)
445
446 def OnResistModeChanged(self, event):
447 self.targetList.OnResistModeChanged(event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected