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

Method getInstance

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

Source from the content-addressed store, hash-verified

292
293 @classmethod
294 def getInstance(cls):
295 if cls._instance is None:
296 cls._instance = HTMLExportSettings()
297
298 return cls._instance
299
300 def __init__(self):
301 serviceHTMLExportDefaultSettings = {

Callers

nothing calls this directly

Calls 1

HTMLExportSettingsClass · 0.85

Tested by

no test coverage detected