| 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)
|
|||
|
Mail Class for configuring and sending emails with alternative text / html body, multiple attachments and encryption support |
|||
|
Recaptcha Usage: |
|||
| Auth | |||
| Crud | |||
| Service | |||
|
PluginManager Plugin Manager is similar to a storage object but it is a single level singleton this means that multiple instances within the same thread share the same attributes Its constructor is also special. |
|||
| Expose | |||
| Wiki | |||
| Config | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
logger = logging.getLogger("web2py")
|
|||
regex_geocode = re.compile(r'<geometry>\W
|
|||
ON = True
|
|||
TAG = __TAG__()
|
|||
__package__ =
|
|||
current = None
|
|||
|
|||
Executes a task on completion of the called action. For example:
from gluon.tools import completion
@completion(lambda d: logging.info(repr(d)))
def index():
return dict(message='hello')
It logs the output of the function every time input is called.
The argument of completion is executed in a new thread.
|
|
|||
regex_geocode
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 14 15:17:00 2013 | http://epydoc.sourceforge.net |