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

Method addChar

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

Source from the content-addressed store, hash-verified

489 self.lcCharacters.SetColumnWidth(2, wx.LIST_AUTOSIZE)
490
491 def addChar(self, event):
492 try:
493 sEsi = Esi.getInstance()
494 sEsi.login()
495 except (KeyboardInterrupt, SystemExit):
496 raise
497
498 def delChar(self, event):
499 item = self.lcCharacters.GetFirstSelected()

Callers

nothing calls this directly

Calls 2

loginMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected