MCPcopy 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
237class HandledImplantList(HandledList):

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected