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

Method initialize_options

setupbase.py:290–291  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

288 ]
289
290 def initialize_options(self):
291 self.install_dir = None
292
293 def finalize_options(self):
294 self.set_undefined_options('symlink',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected