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

Method clear

eos/saveddata/fighter.py:372–378  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

370 return val
371
372 def clear(self):
373 self.__baseVolley = None
374 self.__miningyield = None
375 self.__ehp = None
376 self.itemModifiedAttributes.clear()
377 self.chargeModifiedAttributes.clear()
378 [x.clear() for x in self.abilities]
379
380 def canBeApplied(self, projectedOnto):
381 """Check if fighter can engage specific fitting"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected