module documentation

preprocessing functions, used with the 'preprocessor' argument on Template, TemplateLookup

Function convert_comments preprocess old style comments.
def convert_comments(text): (source)

preprocess old style comments. example: from mako.ext.preprocessors import convert_comments t = Template(..., preprocessor=convert_comments)