Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getInstance
Method
getInstance
service/settings.py:475–479 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
473
474
@classmethod
475
def
getInstance(cls):
476
if
cls._instance is None:
477
cls._instance = ContextMenuSettings()
478
479
return
cls._instance
480
481
def
__init__(self):
482
# mode
Callers
nothing calls this directly
Calls
1
ContextMenuSettings
Class · 0.85
Tested by
no test coverage detected