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