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

Method editingFinished

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

Source from the content-addressed store, hash-verified

218 event.Skip()
219
220 def editingFinished(self, event):
221 self.Close()
222
223 def saveChar(self, event):
224 sChr = Character.getInstance()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected