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

Method __init__

gui/utils/exportHtml.py:39–43  ·  view source on GitHub ↗
(self, progress=False)

Source from the content-addressed store, hash-verified

37
38class exportHtmlThread(threading.Thread):
39 def __init__(self, progress=False):
40 threading.Thread.__init__(self)
41 self.name = "HTMLExport"
42 self.progress = progress
43 self.stopRunning = False
44
45 def stop(self):
46 self.stopRunning = True

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected