API Reference for Enthought Tool Suite 3.2.0
Utility functions for functions
Global assignment
USER_MODULE_NAME = 'user_functions'
Given an ast node, finds the total number of arguments in FunctionCalls. This is probably only useful if you know the node to have only one function call.
Return code from file
filepath : Str
Initialize user data folders
In order to save functions defined by users, or edited by users, we use the following directory <user-directory>/<USER_MODULE_NAME>.
We add an empty __init__.py to make it a package for future imports.
| Local name | Refers to |
|---|---|
| ETSConfig | enthought.etsconfig.etsconfig.ETSConfig |
| os | os |
| sys | sys |
| walk | enthought.blocks.analysis.walk |
© Copyright 2002-2009 Enthought, Inc.