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

Method unfill

eos/saveddata/fit.py:1183–1187  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1181 return posToRemove
1182
1183 def unfill(self):
1184 for i in range(len(self.modules) - 1, -1, -1):
1185 mod = self.modules[i]
1186 if mod.isEmpty:
1187 del self.modules[i]
1188
1189 def clearTail(self):
1190 tailPositions = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected