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

Method OnProfileChanged

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

Source from the content-addressed store, hash-verified

436 self.targetList.OnProfileRenamed(event)
437
438 def OnProfileChanged(self, event):
439 self.sourceList.OnProfileChanged(event)
440 self.targetList.OnProfileChanged(event)
441
442 def OnProfileRemoved(self, event):
443 self.sourceList.OnProfileRemoved(event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected