Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getInstance
Method
getInstance
service/fit.py:62–66 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
60
61
@classmethod
62
def
getInstance(cls):
63
if
cls.instance is None:
64
cls.instance = Fit()
65
66
return
cls.instance
67
68
def
__init__(self):
69
pyfalog.debug(
"Initialize Fit class"
)
Callers
4
__init__
Method · 0.45
__init__
Method · 0.45
changeChar
Method · 0.45
setAsPattern
Method · 0.45
Calls
1
Fit
Class · 0.70
Tested by
no test coverage detected