Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ finalize_options
Method
finalize_options
numpy/distutils/command/install_clib.py:15–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
self.outfiles = []
14
15
def
finalize_options(self):
16
self.set_undefined_options(
'install'
, (
'install_lib'
,
'install_dir'
))
17
18
def
run (self):
19
build_clib_cmd = get_cmd(
"build_clib"
)
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected