MCPcopy Index your code
hub / github.com/numpy/numpy / _show_numpy_info

Function _show_numpy_info

numpy/_pytesttester.py:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36
37def _show_numpy_info():
38 import numpy as np
39
40 print(f"NumPy version {np.__version__}")
41 info = np.lib._utils_impl._opt_info()
42 print("NumPy CPU features: ", (info or 'nothing enabled'))
43
44
45class PytestTester:

Callers 1

__call__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…