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

Method __init__

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

Source from the content-addressed store, hash-verified

490class UpdateAPIThread(threading.Thread):
491
492 def __init__(self, charID, callback):
493 threading.Thread.__init__(self)
494
495 self.name = "CheckUpdate"
496 self.callback = callback
497 self.charID = charID
498 self.running = True
499
500 def run(self):
501 try:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected