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

Method saveChar

gui/characterEditor.py:223–227  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

221 self.Close()
222
223 def saveChar(self, event):
224 sChr = Character.getInstance()
225 char = self.entityEditor.getActiveEntity()
226 sChr.saveCharacter(char.ID)
227 wx.PostEvent(self, GE.CharListUpdated())
228
229 def saveCharAs(self, event):
230 char = self.entityEditor.getActiveEntity()

Callers

nothing calls this directly

Calls 3

getActiveEntityMethod · 0.80
saveCharacterMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected