API Reference for Enthought Tool Suite 3.2.0
Helper functions for decorated functions
Returning source code for a decoratted function.
inspect.getsource fails on decoratted functions, hence, a more elaborate way to retrieve the source-code of such functions
func: function object
Returns the inputs dictionary and outputs list after parsing docstrings
| Local name | Refers to |
|---|---|
| compiler | compiler |
| inspect | inspect |
| linecache | linecache |
| new_document | docutils.utils.new_document |
| OptionParser | docutils.frontend.OptionParser |
| Parser | docutils.parsers.rst.Parser |
| re | re |
| string | string |
| Variable | enthought.numerical_modeling.units.variable.Variable |
© Copyright 2002-2009 Enthought, Inc.