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

Method getItemsWithOverrides

service/market.py:904–913  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

902
903 @staticmethod
904 def getItemsWithOverrides():
905 overrides = eos.db.getAllOverrides()
906 items = set()
907 for x in overrides:
908 if x.item is None:
909 eos.db.saveddata_session.delete(x)
910 eos.db.commit()
911 else:
912 items.add(x.item)
913 return list(items)
914
915 @staticmethod
916 def directAttrRequest(items, attribs):

Callers 5

OnExportMethod · 0.80
OnClearMethod · 0.80
__init__Method · 0.80
clearSearchMethod · 0.80
updateItemsMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected