API Reference for Enthought Tool Suite 3.0.1
Defines an abstract base class for numeric contexts which can act as 'termination' points of numeric context pipelines. Note that the first termination context encountered does not have to be the endpoint of the pipeline, but the last context in the pipeline should derive from TerminationContext.
Define 'PassThruContext' as an alias for 'TerminationContext':
PassThruContext = TerminationContext
| Local name | Refers to |
|---|---|
| CreateContext | enthought.numerical_modeling.numeric_context.constants.CreateContext |
| DerivativeContext | enthought.numerical_modeling.numeric_context.derivative_context.DerivativeContext |
| Property | enthought.traits.traits.Property |
© Copyright 2002-2008 Enthought, Inc.