Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getInstance
Method
getInstance
service/update.py:112–115 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
110
111
@classmethod
112
def
getInstance(cls):
113
if
cls.instance is None:
114
cls.instance = Update()
115
return
cls.instance
Callers
2
__init__
Method · 0.45
run
Method · 0.45
Calls
1
Update
Class · 0.85
Tested by
no test coverage detected