| Home | Trees | Index | Help |
|
|---|
| Package picalo :: Package base :: Module Expression |
|
| Classes | |
|---|---|
PicaloExpression |
A class that compiles an expression. |
| Function Summary | |
|---|---|
Returns the locals and globals from ALL frames top to bottom. | |
| Function Details |
|---|
get_current_vars(*locals)Returns the locals and globals from ALL frames top to bottom. Variables in inner-most frames override the outermost frames. The locals is a list of local dictionaries, with the first ones listed overriding any variables in the latter ones listed. These take precendence over any variables found in the frames. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Aug 20 05:38:17 2007 | http://epydoc.sf.net |