An application for IPython.
All top-level applications should use the classes in this module for handling configuration and creating componenets.
The job of an Application is to create the master configuration object and then create the configurable objects, passing the config to them.
Authors:
Bases: IPython.config.application.Application
An instance of a Python dict.
A boolean (True, False) trait.
A trait for unicode strings.
An instance of a Python list.
A trait for unicode strings.
An instance of a Python list.
An instance of a Python set.
An instance of a Python list.
A boolean (True, False) trait.
A trait whose value must be a subclass of a specified class.
A trait for unicode strings.
this is sys.excepthook after init_crashhandler
set self.verbose_crash=True to use our full crashhandler, instead of a regular traceback with a short message (crash_handler_lite)
A trait for unicode strings.
An instance of a Python dict.
[optionally] copy default config files into profile dir.
Create a crash handler, typically setting sys.excepthook to it.
initialize the profile dir
A trait for unicode strings.
Load the config file.
By default, errors in loading config are handled, and a warning printed on screen. For testing, the suppress_errors option is set to False, so errors will make tests fail.
A trait for unicode strings.
A boolean (True, False) trait.
A trait for unicode strings.
A trait whose value must be an instance of a specified class.
The value can also be an instance of a subclass of the specified class.
auto generate default config file, and stage it into the profile.
A boolean (True, False) trait.
A trait for unicode strings.