MCPcopy Create free account
hub / github.com/pydata/numexpr / print_info

Function print_info

numexpr3/utils.py:132–134  ·  view source on GitHub ↗

Print software versions that NumExpr imports and CPU information.

()

Source from the content-addressed store, hash-verified

130 return ''.join(repr)
131
132def print_info() -> None:
133 """Print software versions that NumExpr imports and CPU information."""
134 print(str_info())
135

Callers

nothing calls this directly

Calls 1

str_infoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…