MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __toModule

Method __toModule

eos/effectHandlerHelpers.py:208–212  ·  view source on GitHub ↗
(self, index, mod)

Source from the content-addressed store, hash-verified

206 mod.position = None
207
208 def __toModule(self, index, mod):
209 oldMod = self[index]
210 mod.position = index
211 self[index] = mod
212 oldMod.position = None
213
214
215class HandledDroneCargoList(HandledList):

Callers 3

appendMethod · 0.95
replaceMethod · 0.95
replaceRackPositionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected