Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
refreshFittingHtml
Method · 0.45
run
Method · 0.45
__init__
Method · 0.45
delaySearch
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__getData
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
getText
Method · 0.45
__init__
Method · 0.45
Calls
1
exportHtml
Class · 0.85
Tested by
no test coverage detected