MCPcopy Index your code
hub / github.com/numpy/numpy / setup

Function setup

doc/source/conf.py:224–228  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

222
223
224def setup(app):
225 # add a config value for `ifconfig` directives
226 app.add_config_value('python_version_major', str(sys.version_info.major), 'env')
227 app.add_lexer('NumPyC', NumPyLexer)
228 app.add_directive("legacy", LegacyDirective)
229
230
231# While these objects do have type `module`, the names are aliases for modules

Callers 4

setup.pyFile · 0.85
setup_skbuild.pyFile · 0.85
setup.pyFile · 0.85
setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…