()
| 877 | if cfg.BLACK_BACKGROUND: |
| 878 | cfg.COLOR_TEXT = cfg.COLOR_TEXT_BLK |
| 879 | def get_threshold_advance(): |
| 880 | if cfg.JAEGGI_SCORING: |
| 881 | return cfg.JAEGGI_ADVANCE |
| 882 | return cfg.THRESHOLD_ADVANCE |
| 883 | def get_threshold_fallback(): |
| 884 | if cfg.JAEGGI_SCORING: |
| 885 | return cfg.JAEGGI_FALLBACK |
no outgoing calls
no test coverage detected