Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ setup.py
File
setup.py
numpy/typing/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
config = Configuration(
'typing'
, parent_package, top_path)
4
config.add_subpackage(
'tests'
)
Callers
nothing calls this directly
Calls
1
setup
Function · 0.90
Tested by
no test coverage detected