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

Method OnFitChanged

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

Source from the content-addressed store, hash-verified

423 self.targetList.OnFitRenamed(event)
424
425 def OnFitChanged(self, event):
426 self.sourceList.OnFitChanged(event)
427 self.targetList.OnFitChanged(event)
428
429 def OnFitRemoved(self, event):
430 self.sourceList.OnFitRemoved(event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected