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

Method __toDummy

eos/effectHandlerHelpers.py:200–206  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

198 self.__toDummy(idx)
199
200 def __toDummy(self, index):
201 mod = self[index]
202 if not mod.isEmpty:
203 dummy = mod.buildEmpty(mod.slot)
204 dummy.position = index
205 self[index] = dummy
206 mod.position = None
207
208 def __toModule(self, index, mod):
209 oldMod = self[index]

Callers 3

appendMethod · 0.95
replaceRackPositionMethod · 0.95
freeMethod · 0.95

Calls 1

buildEmptyMethod · 0.80

Tested by

no test coverage detected