MCPcopy Index your code
hub / github.com/ipython/ipython / init_ipython_dir

Method init_ipython_dir

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

Source from the content-addressed store, hash-verified

731 #-------------------------------------------------------------------------
732
733 def init_ipython_dir(self, ipython_dir):
734 if ipython_dir is not None:
735 self.ipython_dir = ipython_dir
736 return
737
738 self.ipython_dir = get_ipython_dir()
739
740 def init_profile_dir(self, profile_dir):
741 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