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

Method cycleTime

eos/saveddata/fighterAbility.py:113–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111
112 @property
113 def cycleTime(self):
114 speed = self.fighter.getModifiedItemAttr("{}Duration".format(self.attrPrefix))
115 return speed
116
117 def getVolley(self, targetProfile=None):
118 if not self.dealsDamage or not self.active:

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected