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

Module exec_code

source code

Functions [hide private]
 
exec_code(filename, gvars, lvars, data)
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
source code