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

Method clear

eos/saveddata/ship.py:82–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 return self.__itemModifiedAttributes
81
82 def clear(self):
83 self.itemModifiedAttributes.clear()
84 self.commandBonus = 0
85
86 def calculateModifiedAttributes(self, fit, runTime, forceProjected=False):
87 if forceProjected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected