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

Method refreshFittingHtml

gui/utils/exportHtml.py:29–35  ·  view source on GitHub ↗
(self, force=False, progress=None)

Source from the content-addressed store, hash-verified

27 self.thread = exportHtmlThread()
28
29 def refreshFittingHtml(self, force=False, progress=None):
30 settings = HTMLExportSettings.getInstance()
31
32 if force or settings.getEnabled():
33 self.thread.stop()
34 self.thread = exportHtmlThread(progress)
35 self.thread.start()
36
37
38class exportHtmlThread(threading.Thread):

Callers

nothing calls this directly

Calls 3

exportHtmlThreadClass · 0.85
getInstanceMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected