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

Method OnProfileRenamed

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

Source from the content-addressed store, hash-verified

223 self.updateView()
224
225 def OnProfileRenamed(self, event):
226 if self.containsProfileID(event.profileID):
227 self.updateView()
228
229 def OnProfileChanged(self, event):
230 if self.containsProfileID(event.profileID):

Callers

nothing calls this directly

Calls 2

containsProfileIDMethod · 0.95
updateViewMethod · 0.95

Tested by

no test coverage detected