Inheritance diagram for IPython.kernel.error:
Classes and functions for kernel related errors and exceptions.
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.core.error.IPythonError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
Bases: IPython.kernel.error.MessageSizeError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
Exception to raise when a task should be rejected by an engine.
This exception can be used to allow a task running on an engine to test if the engine (or the user’s namespace on the engine) has the needed task dependencies. If not, the task should raise this exception. For the task to be retried on another engine, the task should be created with the retries argument > 1.
The advantage of this approach over our older properties system is that tasks have full access to the user’s namespace on the engines and the properties don’t have to be managed or tested by the controller.
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.error.KernelError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature