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

Method getInstance

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

Source from the content-addressed store, hash-verified

439
440 @classmethod
441 def getInstance(cls):
442 if cls._instance is None:
443 cls._instance = MarketPriceSettings()
444
445 return cls._instance
446
447 def __init__(self):
448 # mode

Callers

nothing calls this directly

Calls 1

MarketPriceSettingsClass · 0.85

Tested by

no test coverage detected