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

Method OnResistModeChanged

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

Source from the content-addressed store, hash-verified

362 self.PopupMenu(menu)
363
364 def OnResistModeChanged(self, event):
365 if set(event.fitIDs).intersection(w.item.ID for w in self._wrappers if w.isFit):
366 self.updateView()
367
368 @property
369 def defaultTTText(self):

Callers

nothing calls this directly

Calls 1

updateViewMethod · 0.45

Tested by

no test coverage detected