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

Method OnProfileRenamed

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

Source from the content-addressed store, hash-verified

432
433 # Target profile events
434 def OnProfileRenamed(self, event):
435 self.sourceList.OnProfileRenamed(event)
436 self.targetList.OnProfileRenamed(event)
437
438 def OnProfileChanged(self, event):
439 self.sourceList.OnProfileChanged(event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected