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

Method saveCharAs

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

Source from the content-addressed store, hash-verified

227 wx.PostEvent(self, GE.CharListUpdated())
228
229 def saveCharAs(self, event):
230 char = self.entityEditor.getActiveEntity()
231 self.SaveCharacterAs(self, char.ID)
232 wx.PostEvent(self, GE.CharListUpdated())
233
234 def revertChar(self, event):
235 sChr = Character.getInstance()

Callers

nothing calls this directly

Calls 2

SaveCharacterAsMethod · 0.95
getActiveEntityMethod · 0.80

Tested by

no test coverage detected