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

Method importCharacterCallback

gui/mainFrame.py:982–984  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

980 sCharacter.importCharacter(dlg.GetPaths(), self.importCharacterCallback)
981
982 def importCharacterCallback(self):
983 self.closeWaitDialog()
984 wx.PostEvent(self, GE.CharListUpdated())
985
986 def closeWaitDialog(self):
987 del self.waitDialog

Callers

nothing calls this directly

Calls 1

closeWaitDialogMethod · 0.95

Tested by

no test coverage detected