(self)
| 434 | self.__suppressed = True |
| 435 | |
| 436 | def isSuppressed(self): |
| 437 | return self.__suppressed |
| 438 | |
| 439 | @validates("characterID", "skillID", "level") |
| 440 | def validator(self, key, val): |
nothing calls this directly
no outgoing calls
no test coverage detected