MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / getInstance

Method getInstance

service/settings.py:358–362  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

356
357 @classmethod
358 def getInstance(cls):
359 if cls._instance is None:
360 cls._instance = EsiSettings()
361
362 return cls._instance
363
364 def __init__(self):
365 # SSO Mode:

Callers 10

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

EsiSettingsClass · 0.85

Tested by

no test coverage detected