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

Method getInstance

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

Source from the content-addressed store, hash-verified

507
508 @classmethod
509 def getInstance(cls):
510 if cls._instance is None:
511 cls._instance = EOSSettings()
512
513 return cls._instance
514
515 def __init__(self):
516 self.EOSSettings = SettingsProvider.getInstance().getSettings("pyfaEOSSettings", eos.config.settings)

Callers

nothing calls this directly

Calls 1

EOSSettingsClass · 0.85

Tested by

no test coverage detected