Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ findFirst
Method
findFirst
eos/effectHandlerHelpers.py:222–224 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
220
yield
o
221
222
def
findFirst(self, item):
223
for
o in self.find(item):
224
return
o
225
226
def
append(self, thing):
227
HandledList.append(self, thing)
Callers
nothing calls this directly
Calls
1
find
Method · 0.95
Tested by
no test coverage detected