MCPcopy Create free account
hub / github.com/numpy/numpy / configuration

Function configuration

numpy/_typing/setup.py:1–5  ·  view source on GitHub ↗
(parent_package='', top_path=None)

Source from the content-addressed store, hash-verified

1def 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_data_files('*.pyi')
5 return config
6
7
8if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

add_data_filesMethod · 0.95
ConfigurationClass · 0.90

Tested by

no test coverage detected