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

Method delChar

gui/esiFittings.py:498–504  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

496 raise
497
498 def delChar(self, event):
499 item = self.lcCharacters.GetFirstSelected()
500 if item > -1:
501 charID = self.lcCharacters.GetItemData(item)
502 sEsi = Esi.getInstance()
503 sEsi.delSsoCharacter(charID)
504 self.popCharList()
505
506
507class FittingsTreeView(wx.Panel):

Callers

nothing calls this directly

Calls 3

popCharListMethod · 0.95
delSsoCharacterMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected