MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / find

Method find

eos/effectHandlerHelpers.py:217–220  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

215class HandledDroneCargoList(HandledList):
216
217 def find(self, item):
218 for o in self:
219 if o.item == item:
220 yield o
221
222 def findFirst(self, item):
223 for o in self.find(item):

Callers 5

findFirstMethod · 0.95
autodetectMethod · 0.80
DoMethod · 0.80
__parseRawNameMethod · 0.80
__parseRawNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected