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

Function processEager

eos/db/util.py:37–48  ·  view source on GitHub ↗
(eager)

Source from the content-addressed store, hash-verified

35
36
37def processEager(eager):
38 if eager is None:
39 return tuple()
40 else:
41 l = []
42 if isinstance(eager, str):
43 eager = (eager,)
44
45 for e in eager:
46 l.append(eagerload(_replacements(e)))
47
48 return l
49
50
51def _replacements(eagerString):

Callers 15

getItemFunction · 0.90
getItemsFunction · 0.90
getAlphaCloneFunction · 0.90
getAlphaCloneListFunction · 0.90
getGroupFunction · 0.90
getCategoryFunction · 0.90
getMetaGroupFunction · 0.90
getMarketGroupFunction · 0.90
getItemsByCategoryFunction · 0.90
searchItemsFunction · 0.90
searchItemsRegexFunction · 0.90
searchSkillsFunction · 0.90

Calls 2

_replacementsFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected