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

Method __init__

gui/utils/exportHtml.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 return cls._instance
25
26 def __init__(self):
27 self.thread = exportHtmlThread()
28
29 def refreshFittingHtml(self, force=False, progress=None):
30 settings = HTMLExportSettings.getInstance()

Callers 1

__init__Method · 0.45

Calls 1

exportHtmlThreadClass · 0.85

Tested by

no test coverage detected