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

Method getInstance

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

Source from the content-addressed store, hash-verified

328
329 @classmethod
330 def getInstance(cls):
331 if cls._instance is None:
332 cls._instance = UpdateSettings()
333
334 return cls._instance
335
336 def __init__(self):
337 # Settings

Callers

nothing calls this directly

Calls 1

UpdateSettingsClass · 0.85

Tested by

no test coverage detected