MCPcopy 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
76if USER_JARGON_PATH is not None:

Callers 1

__init__Method · 0.80

Calls 1

JargonLoaderClass · 0.85

Tested by

no test coverage detected