Changeset 2713 for package_branches


Ignore:
Timestamp:
Dec 20, 2009, 9:47:04 PM (14 years ago)
Author:
broder
Message:

Clarify the operation of MakoHandler?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy-rebased/code/view.py

    r2712 r2713  
    1111
    1212class MakoHandler(cherrypy.dispatch.LateParamPageHandler):
    13     """Callable which sets response.body."""
     13    """Callable which processes a dictionary, returning the rendered
     14    body."""
    1415   
    1516    def __init__(self, template, next_handler, content_type='text/html; charset=utf-8'):
Note: See TracChangeset for help on using the changeset viewer.