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

Method finalize_options

setupbase.py:338–344  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

336 I love distutils almost as much as I love setuptools.
337 """
338 def finalize_options(self):
339 self.set_undefined_options('build', ('build_scripts', 'build_dir'))
340 self.set_undefined_options('symlink',
341 ('install_scripts', 'install_dir'),
342 ('force', 'force'),
343 ('skip_build', 'skip_build'),
344 )
345
346
347#---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected