(self)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected