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

Function pkg_to_filename

numpy/distutils/npy_pkg_config.py:246–247  ·  view source on GitHub ↗
(pkg_name)

Source from the content-addressed store, hash-verified

244 return meta_d, r
245
246def pkg_to_filename(pkg_name):
247 return "%s.ini" % pkg_name
248
249def parse_config(filename, dirs=None):
250 if dirs:

Callers 2

_read_configFunction · 0.85
read_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected