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

Method clear

eos/saveddata/module.py:896–905  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

894 return val
895
896 def clear(self):
897 self.__baseVolley = None
898 self.__baseRRAmount = None
899 self.__miningYield = None
900 self.__miningDrain = None
901 self.__reloadTime = None
902 self.__reloadForce = None
903 self.__chargeCycles = None
904 self.itemModifiedAttributes.clear()
905 self.chargeModifiedAttributes.clear()
906
907 def calculateModifiedAttributes(self, fit, runTime, forceProjected=False, gang=False, forcedProjRange=DEFAULT):
908 # We will run the effect when two conditions are met:

Callers 1

chargeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected