Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getInstance
Method
getInstance
service/targetProfile.py:34–38 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
32
33
@classmethod
34
def
getInstance(cls):
35
if
cls.instance is None:
36
cls.instance = TargetProfile()
37
38
return
cls.instance
39
40
@staticmethod
41
def
getUserTargetProfileList():
Callers
nothing calls this directly
Calls
1
TargetProfile
Class · 0.70
Tested by
no test coverage detected