Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ setup.py
File
setup.py
numpy/_build_utils/setup.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
configuration(parent_package=
''
, top_path=None):
2
from
numpy.distutils.misc_util
import
Configuration
3
4
config = Configuration(
'_build_utils'
, parent_package, top_path)
Callers
nothing calls this directly
Calls
3
setup
Function · 0.90
todict
Method · 0.80
configuration
Function · 0.70
Tested by
no test coverage detected