Print software versions that NumExpr imports and CPU information.
()
| 130 | return ''.join(repr) |
| 131 | |
| 132 | def print_info() -> None: |
| 133 | """Print software versions that NumExpr imports and CPU information.""" |
| 134 | print(str_info()) |
| 135 |
nothing calls this directly
no test coverage detected
searching dependent graphs…