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

Method reloadTime

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

Source from the content-addressed store, hash-verified

639
640 @property
641 def reloadTime(self):
642 # Get reload time from attrs first, then use
643 # custom value specified otherwise (e.g. in effects)
644 moduleReloadTime = self.getModifiedItemAttr("reloadTime")
645 if moduleReloadTime is None:
646 moduleReloadTime = self.__reloadTime
647 return moduleReloadTime or 0.0
648
649 @reloadTime.setter
650 def reloadTime(self, milliseconds):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected