Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getInstance
Method
getInstance
service/settings.py:530–533 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
528
529
@classmethod
530
def
getInstance(cls):
531
if
cls._instance is None:
532
cls._instance = GraphSettings()
533
return
cls._instance
534
535
def
__init__(self):
536
defaults = {
Callers
nothing calls this directly
Calls
1
GraphSettings
Class · 0.85
Tested by
no test coverage detected