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

Method init_ipython_dir

IPython/core/interactiveshell.py:732–737  ·  view source on GitHub ↗
(self, ipython_dir)

Source from the content-addressed store, hash-verified

730 #-------------------------------------------------------------------------
731
732 def init_ipython_dir(self, ipython_dir):
733 if ipython_dir is not None:
734 self.ipython_dir = ipython_dir
735 return
736
737 self.ipython_dir = get_ipython_dir()
738
739 def init_profile_dir(self, profile_dir):
740 if profile_dir is not None:

Callers 1

__init__Method · 0.95

Calls 1

get_ipython_dirFunction · 0.90

Tested by

no test coverage detected