close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Jul 9, 2008, 10:22:38 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
60 | 60 | `request`:: The `Request` object representing the current HTTP request |
61 | 61 | `response`:: The `Response` object representing the current HTTP response |
| 62 | `serializer`:: The Genshi `Serializer` instance to use for rendering |
62 | 63 | `template`:: The Genshi `Template` object that should be used to render the response |
63 | | `serializer`:: The Genshi `Serializer` instance to use for rendering |
64 | 64 | `timezone`:: A `tzinfo` or `pytz.timezone` instance |
65 | 65 | `translations`:: A Babel `Translations` instance (which is a subclass `GNUTranslations` from the standard library) |