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

Method secStatus

eos/saveddata/character.py:144–149  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142
143 @property
144 def secStatus(self):
145 if self.name == "All 5":
146 self.__secStatus = 5.00
147 elif self.name == "All 0":
148 self.__secStatus = 0.00
149 return self.__secStatus
150
151 @secStatus.setter
152 def secStatus(self, sec):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected