MCPcopy 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

defPathsFunction · 0.45
pyfa.pyFile · 0.45
runMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
test_attributeFunction · 0.45

Calls 1

EsiClass · 0.85

Tested by 1

test_attributeFunction · 0.36