(label, value)
| 68 | Print various version information, to help with error reporting. |
| 69 | """ |
| 70 | def print_entry(label, value): |
| 71 | print(f"{label: <26}: {value: <8}") |
| 72 | |
| 73 | print("pyarrow version info\n--------------------") |
| 74 | print_entry("Package kind", build_info.cpp_build_info.package_kind |
no outgoing calls
no test coverage detected