API Reference for Enthought Tool Suite 3.0.1
Constants defined and used by the numeric context package.
CreateContext = 2
Contents of an empty context group:
empty_group = ((0), [ ])
The set of unpickleable objects we filter from a NumericContext when persisting it:
NonPickleable = (FunctionType, MethodType, ModuleType, ufunc)
OpenContext = 1
get_xxx_context 'mode' values:
QueryContext = 0
| Local name | Refers to |
|---|---|
| FunctionType | types.FunctionType |
| MethodType | types.MethodType |
| ModuleType | types.ModuleType |
| ufunc | numpy.ufunc |
© Copyright 2002-2008 Enthought, Inc.