MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / refreshCharacterList

Method refreshCharacterList

gui/characterEditor.py:211–218  ·  view source on GitHub ↗

This is only called when we save a modified character

(self, event=None)

Source from the content-addressed store, hash-verified

209 self.sview.importBtn.Enable(not char.ro)
210
211 def refreshCharacterList(self, event=None):
212 """This is only called when we save a modified character"""
213 active = self.entityEditor.getActiveEntity()
214 self.entityEditor.refreshEntityList(active)
215 self.btnRestrict()
216
217 if event:
218 event.Skip()
219
220 def editingFinished(self, event):
221 self.Close()

Callers

nothing calls this directly

Calls 3

btnRestrictMethod · 0.95
getActiveEntityMethod · 0.80
refreshEntityListMethod · 0.80

Tested by

no test coverage detected