Home | Trees | Indices | Help |
|
---|
|
| This file is part of the web2py Web Framework | Copyrighted by Massimo Di Pierro <mdipierro@cs.depaul.edu> | License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html)
Restricted environment to execute application's code -----------------------------------------------------
|
|||
TicketStorage Defines the ticket object and the default values of its members (None) |
|||
RestrictedError Class used to wrap an exception that occurs in the restricted environment below. |
|
|||
|
|||
|
|||
|
|
|||
logger = logging.getLogger("web2py")
|
|||
__package__ =
|
|
Runs code in environment and returns the output. If an exception occurs in code it raises a RestrictedError containing the traceback. Layer is passed to RestrictedError to identify where the error occurred. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 16 02:36:10 2014 | http://epydoc.sourceforge.net |