API Reference for Enthought Tool Suite 3.2.0

Class that represents a pure python function.

fixme: We do not want to import the function if we can avoid it, because
we use this for tool-tips, etc. in the FunctionSearch, and we don't need to load a module just to find a functions doc string.

Classes

Imported Names

Local nameRefers to
_ast_ast
_pkgutilenthought.block_canvas.function_tools._pkgutil
CallableInfoenthought.block_canvas.function_tools.callable_info.CallableInfo
compilercompiler
function_arguments_from_astenthought.block_canvas.function_tools.parse_tools.function_arguments_from_ast
function_returns_from_astenthought.block_canvas.function_tools.parse_tools.function_returns_from_ast
InputArgumententhought.block_canvas.function_tools.callable_info.InputArgument
inspectinspect
Listenthought.traits.trait_types.List
OutputArgumententhought.block_canvas.function_tools.callable_info.OutputArgument
parse_toolsenthought.block_canvas.function_tools.parse_tools
Strenthought.traits.trait_types.Str

© Copyright 2002-2009 Enthought, Inc.