(self, event)
| 859 | sChar.apiFetch(char.ID, APIView.fetchCallback) |
| 860 | |
| 861 | def addCharacter(self, event): |
| 862 | sEsi = Esi.getInstance() |
| 863 | sEsi.login() |
| 864 | |
| 865 | def getActiveCharacter(self): |
| 866 | selection = self.charChoice.GetCurrentSelection() |
nothing calls this directly
no test coverage detected