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

Method clear

eos/modifiedAttributeDict.py:138–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 self.__tmpModifier = None
137
138 def clear(self):
139 self.__intermediary.clear()
140 self.__modified.clear()
141 self.__affectedBy.clear()
142 self.__forced.clear()
143 self.__preAssigns.clear()
144 self.__preIncreases.clear()
145 self.__multipliers.clear()
146 self.__penalizedMultipliers.clear()
147 self.__postIncreases.clear()
148
149 @property
150 def fit(self):

Callers 1

originalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected