Preform preprocess calculations once here after initialization, to avoid performance costs later.
(self)
| 276 | |
| 277 | # Overridden base function |
| 278 | def preprocess(self): |
| 279 | """Preform preprocess calculations once here after initialization, to avoid performance costs later.""" |
| 280 | self.rankConsts() |
| 281 | |
| 282 | # Overridden base function |
| 283 | def rankConsts(self): |
no test coverage detected