MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __makeReverseMetaMapIndices

Method __makeReverseMetaMapIndices

service/market.py:489–496  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

487 return rev
488
489 def __makeReverseMetaMapIndices(self):
490 revmap = {}
491 i = 0
492 for mgids in self.META_MAP.values():
493 for mgid in mgids:
494 revmap[mgid] = i
495 i += 1
496 return revmap
497
498 @staticmethod
499 def getItem(identity, *args, **kwargs):

Callers 1

__init__Method · 0.95

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected