MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / apiFetch

Method apiFetch

service/character.py:383–385  ·  view source on GitHub ↗
(self, charID, callback)

Source from the content-addressed store, hash-verified

381 eos.db.commit()
382
383 def apiFetch(self, charID, callback):
384 thread = UpdateAPIThread(charID, (self.apiFetchCallback, callback))
385 thread.start()
386
387 def apiFetchCallback(self, guiCallback, e=None):
388 eos.db.commit()

Callers 3

ssoLoginMethod · 0.80
refreshApiMethod · 0.80
fetchSkillsMethod · 0.80

Calls 1

UpdateAPIThreadClass · 0.85

Tested by

no test coverage detected