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

Function configuration

numpy/typing/setup.py:1–6  ·  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_subpackage('tests')
5 config.add_data_dir('tests/data')
6 return config
7
8
9if __name__ == '__main__':

Callers

nothing calls this directly

Calls 3

add_subpackageMethod · 0.95
add_data_dirMethod · 0.95
ConfigurationClass · 0.90

Tested by

no test coverage detected