bundles / IPython 9.3.0 / IPython / core / profiledir / ProfileDir
MetaHasTraits
IPython.core.profiledir:ProfileDir
source: /IPython/core/profiledir.py :31
Signature
def ProfileDir ( ** kwargs : t.Any ) → None Members
-
_mkdir -
check_dirs -
copy_config_file -
create_profile_dir -
create_profile_dir_by_name -
find_profile_dir -
find_profile_dir_by_name
Summary
An object to manage the profile directory and its resources.
Extended Summary
The profile directory is used by all IPython applications, to manage configuration, logging and security.
This object knows how to find, create and manage these directories. This should be used by any code that wants to handle profiles.
Aliases
-
IPython.core.application.ProfileDir