Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ use_distribution
Method
use_distribution
numpy/distutils/fcompiler/environment.py:84–88 ·
view source on GitHub ↗
(self, dist)
Source
from the content-addressed store, hash-verified
82
return
ec
83
84
def
use_distribution(self, dist):
85
if
isinstance(dist, Distribution):
86
self._conf = dist.get_option_dict(self._distutils_section)
87
else
:
88
self._conf = dist
Callers
1
customize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected