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

Method finalize_options

setupbase.py:293–296  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

291 self.install_dir = None
292
293 def finalize_options(self):
294 self.set_undefined_options('symlink',
295 ('install_lib', 'install_dir'),
296 )
297
298 def run(self):
299 if sys.platform == 'win32':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected