bundles / numpy 2.4.4 / numpy / __config__ / show
function
numpy.__config__:show
source: /numpy/__config__.py :118
Signature
def show ( mode = stdout ) Summary
Show libraries and system information on which NumPy was built and is being used
Parameters
mode: {`'stdout'`, `'dicts'`}, optional.Indicates how to display the config information.
'stdout'prints to console,'dicts'returns a dictionary of the configuration.
Returns
out: {`dict`, `None`}If mode is
'dicts', a dict is returned, else None
Notes
The
'stdout'mode will give more readable output ifpyyamlis installed
See also
- get_include
Returns the directory containing NumPy C header files.
Aliases
-
numpy.__config__.show