This is documentation for an old release of NumPy (version 1.5.). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
numpy.distutils.misc_util.Configuration.todict
-
Configuration.todict()
Return a dictionary compatible with the keyword arguments of distutils
setup function.
Examples
>>> setup(**config.todict())