MCPcopy Create free account
hub / github.com/apache/arrow / print_entry

Function print_entry

python/pyarrow/__init__.py:70–71  ·  view source on GitHub ↗
(label, value)

Source from the content-addressed store, hash-verified

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

Callers 2

show_versionsFunction · 0.85
show_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected