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

Method append

eos/effectHandlerHelpers.py:226–229  ·  view source on GitHub ↗
(self, thing)

Source from the content-addressed store, hash-verified

224 return o
225
226 def append(self, thing):
227 HandledList.append(self, thing)
228 if thing.isInvalid:
229 self.remove(thing)
230
231 def insert(self, idx, thing):
232 HandledList.insert(self, idx, thing)

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected