Package SPyRO :: Module exec_code
[show private | hide private]
[frames | no frames]

Module SPyRO.exec_code

Function Summary
  exec_code(filename, gvars, lvars)
Execute the code inside |filename| with the globalvars |gvars| y |lvars.__dict__|, then lvars will become the object containing localvariables of the script |filename| as object attributes

Function Details

exec_code(filename, gvars, lvars)

Execute the code inside |filename| with the globalvars |gvars| y |lvars.__dict__|, then lvars will become the object containing localvariables of the script |filename| as object attributes

Generated by Epydoc 2.1 on Sat Oct 14 11:50:52 2006 http://epydoc.sf.net