Print detection status for all tools.
()
| 994 | |
| 995 | |
| 996 | def print_detection_status(): |
| 997 | """Print detection status for all tools.""" |
| 998 | get_detector().print_status() |
| 999 | |
| 1000 | |
| 1001 | # ============================================================================ |
no test coverage detected