| Home | Trees | Indices | Help |
|
|---|
|
|
This file is part of web2py Web Framework (Copyrighted, 2007) Developed by Massimo Di Pierro <mdipierro@cs.depaul.edu> License: GPL v2
|
|||
|
Request defines the request object and the default values of its members |
|||
|
Response defines the response object and the default values of its members response.write( ) can be used to write in the output html |
|||
|
Session defines the session object and the default values of its members (None) |
|||
|
|||
now = datetime.datetime(2008, 11, 10, 12, 14, 32, 344011)
|
|||
regex_session_id = re.compile(r'^
|
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Nov 10 12:14:36 2008 | http://epydoc.sourceforge.net |