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

Method saveCharAs

gui/mainFrame.py:696–699  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

694 wx.PostEvent(self, GE.CharListUpdated())
695
696 def saveCharAs(self, event):
697 charID = self.charSelection.getActiveCharacter()
698 CharacterEditor.SaveCharacterAs(self, charID)
699 wx.PostEvent(self, GE.CharListUpdated())
700
701 def revertChar(self, event):
702 sChr = Character.getInstance()

Callers

nothing calls this directly

Calls 2

SaveCharacterAsMethod · 0.80
getActiveCharacterMethod · 0.45

Tested by

no test coverage detected