MCPcopy
hub / github.com/pyfa-org/Pyfa / getInstance

Method getInstance

gui/utils/exportHtml.py:20–24  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

18
19 @classmethod
20 def getInstance(cls):
21 if cls._instance is None:
22 cls._instance = exportHtml()
23
24 return cls._instance
25
26 def __init__(self):
27 self.thread = exportHtmlThread()

Callers 15

refreshFittingHtmlMethod · 0.45
runMethod · 0.45
__init__Method · 0.45
delaySearchMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__getDataMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
getTextMethod · 0.45
__init__Method · 0.45

Calls 1

exportHtmlClass · 0.85

Tested by

no test coverage detected