MCPcopy Create free account
hub / github.com/ipython/ipython / finalize_options

Method finalize_options

setupext/install_data_ext.py:28–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26
27
28 def finalize_options(self):
29 self.set_undefined_options('install',
30 ('root', 'root'),
31 ('force', 'force'),
32 ('install_base', 'install_base'),
33 ('install_platbase',
34 'install_platbase'),
35 ('install_purelib',
36 'install_purelib'),
37 ('install_headers',
38 'install_headers'),
39 ('install_lib', 'install_lib'),
40 ('install_scripts',
41 'install_scripts'),
42 ('install_data', 'install_data'))
43
44
45 def run(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected