(self, evt)
| 854 | event.Skip() |
| 855 | |
| 856 | def fetchSkills(self, evt): |
| 857 | sChar = Character.getInstance() |
| 858 | char = self.charEditor.entityEditor.getActiveEntity() |
| 859 | sChar.apiFetch(char.ID, APIView.fetchCallback) |
| 860 | |
| 861 | def addCharacter(self, event): |
| 862 | sEsi = Esi.getInstance() |
nothing calls this directly
no test coverage detected