(self)
| 107 | event.Skip() |
| 108 | |
| 109 | def getActiveCharacter(self): |
| 110 | selection = self.charChoice.GetCurrentSelection() |
| 111 | return self.charChoice.GetClientData(selection) if selection not in (None, -1) else None |
| 112 | |
| 113 | def fetchFittings(self, event): |
| 114 | sEsi = Esi.getInstance() |
no outgoing calls
no test coverage detected