Package picalo :: Package base :: Module Expression
[show private | hide private]
[frames | no frames]

Module picalo.base.Expression

Classes
PicaloExpression A class that compiles an expression.

Function Summary
  get_current_vars(*locals)
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.

Generated by Epydoc 2.1 on Mon Aug 20 05:38:17 2007 http://epydoc.sf.net