(self, guiCallback, e=None)
| 385 | thread.start() |
| 386 | |
| 387 | def apiFetchCallback(self, guiCallback, e=None): |
| 388 | eos.db.commit() |
| 389 | wx.CallAfter(guiCallback, e) |
| 390 | |
| 391 | @staticmethod |
| 392 | def apiUpdateCharSheet(charID, skills, securitystatus): |
nothing calls this directly
no outgoing calls
no test coverage detected