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

Method getInstance

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

Source from the content-addressed store, hash-verified

147
148 @classmethod
149 def getInstance(cls):
150 if cls._instance is None:
151 cls._instance = NetworkSettings()
152
153 return cls._instance
154
155 def __init__(self):
156

Callers

nothing calls this directly

Calls 1

NetworkSettingsClass · 0.85

Tested by

no test coverage detected