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

Method init_profile_dir

IPython/core/interactiveshell.py:739–744  ·  view source on GitHub ↗
(self, profile_dir)

Source from the content-addressed store, hash-verified

737 self.ipython_dir = get_ipython_dir()
738
739 def init_profile_dir(self, profile_dir):
740 if profile_dir is not None:
741 self.profile_dir = profile_dir
742 return
743 self.profile_dir =\
744 ProfileDir.create_profile_dir_by_name(self.ipython_dir, 'default')
745
746 def init_instance_attrs(self):
747 self.more = False

Callers 1

__init__Method · 0.95

Calls 1

Tested by

no test coverage detected