API Reference for Enthought Tool Suite 3.0.1
Interpreter that uses a NumericContext as its namespace for execution.
regular expression to find "from xyz import *"
import_all = re.compile('^from\\s\\s*.*\\s\\s*import\\s\\s*\\*')
| Local name | Refers to |
|---|---|
| EventDict | enthought.numerical_modeling.numeric_context.event_dict.EventDict |
| Interpreter | wx.py.interpreter.Interpreter |
| NumericContext | enthought.numerical_modeling.numeric_context.numeric_context.NumericContext |
| re | re |
| softspace | code.softspace |
| sys | sys |
© Copyright 2002-2008 Enthought, Inc.