Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getInstance
Method
getInstance
service/settings.py:403–407 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
401
402
@classmethod
403
def
getInstance(cls):
404
if
cls._instance is None:
405
cls._instance = StatViewSettings()
406
407
return
cls._instance
408
409
def
__init__(self):
410
# mode
Callers
nothing calls this directly
Calls
1
StatViewSettings
Class · 0.85
Tested by
no test coverage detected