Home | Trees | Indices | Help |
|
---|
|
|
|||
Mail Class for configuring and sending emails with alternative text / html body, multiple attachments and encryption support |
|||
Recaptcha | |||
Auth Class for authentication, authorization, role based access control. |
|||
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. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
logger = logging.getLogger("web2py")
|
|||
regex_geocode = re.compile(r'<coordinates>
|
|||
ON = True
|
|||
TAG = <gluon.html.__TAG__ object at 0x2128f10>
|
|||
current = <thread._local object at 0x1f4ab10>
|
|
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.0beta1 on Thu Aug 4 00:46:59 2011 | http://epydoc.sourceforge.net |