MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / apiFetchCallback

Method apiFetchCallback

service/character.py:387–389  ·  view source on GitHub ↗
(self, guiCallback, e=None)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected