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

Method OnFitRenamed

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

Source from the content-addressed store, hash-verified

419
420 # Fit events
421 def OnFitRenamed(self, event):
422 self.sourceList.OnFitRenamed(event)
423 self.targetList.OnFitRenamed(event)
424
425 def OnFitChanged(self, event):
426 self.sourceList.OnFitChanged(event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected