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

Method __init__

service/esi.py:29–33  ·  view source on GitHub ↗
(self, callback=None)

Source from the content-addressed store, hash-verified

27
28class EsiTokenValidationThread(threading.Thread):
29 def __init__(self, callback=None):
30 threading.Thread.__init__(self)
31 self.name = "EsiTokenValidation"
32 self.callback = callback
33 self.running = True
34
35 def run(self):
36 with config.logging_setup.threadbound():

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected