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

Method OnFitRemoved

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

Source from the content-addressed store, hash-verified

427 self.targetList.OnFitChanged(event)
428
429 def OnFitRemoved(self, event):
430 self.sourceList.OnFitRemoved(event)
431 self.targetList.OnFitRemoved(event)
432
433 # Target profile events
434 def OnProfileRenamed(self, event):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected