Inheritance diagram for IPython.parallel.error:
Classes and functions for kernel related errors and exceptions.
Authors:
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.RemoteError
Error for representing possibly multiple errors on engines
render one or all of my tracebacks to a list of lines
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.ControllerError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.IPythonError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.ImpossibleDependency
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.EngineError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.IPythonError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.UnmetDependency
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.ImpossibleDependency
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.IPythonError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
Bases: IPython.parallel.error.MessageSizeError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
Error raised elsewhere
print my traceback
render traceback to a list of lines
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.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 help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.parallel.error.KernelError
x.__init__(...) initializes x; see help(type(x)) for signature