Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getInstance
Method
getInstance
service/esi.py:70–74 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
68
69
@classmethod
70
def
getInstance(cls):
71
if
cls._instance is None:
72
cls._instance = Esi()
73
74
return
cls._instance
75
76
def
__init__(self):
77
self.settings = EsiSettings.getInstance()
Callers
6
defPaths
Function · 0.45
pyfa.py
File · 0.45
run
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
test_attribute
Function · 0.45
Calls
1
Esi
Class · 0.85
Tested by
1
test_attribute
Function · 0.36