Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyfa-org/Pyfa
/ getInstance
Method
getInstance
service/market.py:474–477 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
472
473
@classmethod
474
def
getInstance(cls):
475
if
cls.instance is None:
476
cls.instance = Market()
477
return
cls.instance
478
479
@staticmethod
480
def
__makeRevDict(orig):
Callers
3
processRequests
Method · 0.45
processSearches
Method · 0.45
__init__
Method · 0.45
Calls
1
Market
Class · 0.85
Tested by
no test coverage detected