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

Method getInstance

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

Source from the content-addressed store, hash-verified

568
569 @classmethod
570 def getInstance(cls):
571 if cls._instance is None:
572 cls._instance = LocaleSettings()
573 return cls._instance
574
575 def get_progress(self, lang):
576 if not self.progress_data:

Callers

nothing calls this directly

Calls 1

LocaleSettingsClass · 0.85

Tested by

no test coverage detected