MCPcopy
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

processRequestsMethod · 0.45
processSearchesMethod · 0.45
__init__Method · 0.45

Calls 1

MarketClass · 0.85

Tested by

no test coverage detected