(config, mode_value: str)
| 2385 | |
| 2386 | |
| 2387 | def _selection_weights_payload(config, mode_value: str) -> dict[str, float]: |
| 2388 | return dict(_selection_modes_payload(config).get(str(mode_value or "").strip().lower(), {})) |
| 2389 | |
| 2390 | |
| 2391 | def _bandit_modes_payload(config) -> dict[str, dict[str, object]]: |
no test coverage detected