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

Method get_distribution

numpy/distutils/misc_util.py:909–912  ·  view source on GitHub ↗

Return the distutils distribution object for self.

(self)

Source from the content-addressed store, hash-verified

907 raise ValueError('Unknown option: '+key)
908
909 def get_distribution(self):
910 """Return the distutils distribution object for self."""
911 from numpy.distutils.core import get_distribution
912 return get_distribution()
913
914 def _wildcard_get_subpackage(self, subpackage_name,
915 parent_name,

Callers 10

add_subpackageMethod · 0.95
add_data_dirMethod · 0.95
add_data_filesMethod · 0.95
add_define_macrosMethod · 0.95
add_include_dirsMethod · 0.95
add_headersMethod · 0.95
add_extensionMethod · 0.95
add_libraryMethod · 0.95
add_scriptsMethod · 0.95
fill_commandFunction · 0.80

Calls 1

get_distributionFunction · 0.90

Tested by

no test coverage detected