Home | History | Annotate | Download | only in docs

Lines Matching refs:mako

21 over a Mako template.
24 metadata_parser_xml.py <filename.xml> <template.mako> [<output_file>]
34 Mako - a template engine for Python, available to download from
45 from mako.template import Template
46 from mako.lookup import TemplateLookup
47 from mako.runtime import Context
58 Mako template.
245 Render the metadata model using a Mako template as the view.
251 template: path to a Mako template file
282 "Usage: %s <filename.xml> <template.mako> [<output_file>]" \