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

Method __init__

service/character.py:107–114  ·  view source on GitHub ↗
(self, path, saveFmt, activeFit, callback)

Source from the content-addressed store, hash-verified

105
106class SkillBackupThread(threading.Thread):
107 def __init__(self, path, saveFmt, activeFit, callback):
108 threading.Thread.__init__(self)
109 self.name = "SkillBackup"
110 self.path = path
111 self.saveFmt = saveFmt
112 self.activeFit = activeFit
113 self.callback = callback
114 self.running = True
115
116 def run(self):
117 path = self.path

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected