It executes the code in the environment passed to it. If the code adds objects to the environment, you can grab them from the environment after execution. Look at the run_models_in, run_controller_in, and run_view_in functions in compileapp.py to see how it is used.
Anthony On Wednesday, August 29, 2012 9:50:18 PM UTC-4, lucas wrote: > > ok, i see the source code for restricted but its use eludes me a bit. how > do i grab its executed processed output? > --

