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

Method OnFitRenamed

graphs/gui/lists.py:211–213  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

209
210 # Wrapper-related events
211 def OnFitRenamed(self, event):
212 if self.containsFitID(event.fitID):
213 self.updateView()
214
215 def OnFitChanged(self, event):
216 if set(event.fitIDs).intersection(w.item.ID for w in self._wrappers if w.isFit):

Callers

nothing calls this directly

Calls 2

containsFitIDMethod · 0.95
updateViewMethod · 0.95

Tested by

no test coverage detected