Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ insert
Method
insert
eos/effectHandlerHelpers.py:231–234 ·
view source on GitHub ↗
(self, idx, thing)
Source
from the content-addressed store, hash-verified
229
self.remove(thing)
230
231
def
insert(self, idx, thing):
232
HandledList.insert(self, idx, thing)
233
if
thing.isInvalid:
234
self.remove(thing)
235
236
237
class
HandledImplantList(HandledList):
Callers
nothing calls this directly
Calls
2
insert
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected