Preform preprocess calculations once here after initialization, to avoid performance costs later.
(self)
| 474 | |
| 475 | # Overridden base function |
| 476 | def preprocess(self): |
| 477 | """Preform preprocess calculations once here after initialization, to avoid performance costs later.""" |
| 478 | self.rankConsts() |
| 479 | |
| 480 | # Overridden base function |
| 481 | def disable(self): |
nothing calls this directly
no test coverage detected