(self, index, mod)
| 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 | |
| 215 | class HandledDroneCargoList(HandledList): |
no outgoing calls
no test coverage detected