Changeset 2532 for package_branches/invirt-web/cherrypy/code
- Timestamp:
- Oct 29, 2009, 3:18:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/view.py
r2531 r2532 11 11 12 12 class MakoHandler(cherrypy.dispatch.LateParamPageHandler): 13 """Callable which sets response.body.""" 13 """Callable which processes a dictionary, returning the rendered 14 body.""" 14 15 15 16 def __init__(self, template, next_handler, content_type='text/html; charset=utf-8'):
Note: See TracChangeset
for help on using the changeset viewer.