Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ instance
Method
instance
service/jargon/loader.py:70–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
69
@staticmethod
70
def
instance():
71
if
not JargonLoader._instance:
72
JargonLoader._instance = JargonLoader()
73
return
JargonLoader._instance
74
75
76
if
USER_JARGON_PATH is not None:
Callers
1
__init__
Method · 0.80
Calls
1
JargonLoader
Class · 0.85
Tested by
no test coverage detected