Preform preprocess calculations once here after initialization, to avoid performance costs later.
(self)
| 816 | |
| 817 | # Overridden base function |
| 818 | def preprocess(self): |
| 819 | """Preform preprocess calculations once here after initialization, to avoid performance costs later.""" |
| 820 | self.rankConsts() |
| 821 | |
| 822 | # Overridden base function |
| 823 | def active(self): |
nothing calls this directly
no test coverage detected