Home | History | Annotate | Download | only in docs

Lines Matching refs:template

21 over a Mako template.
24 metadata_parser_xml.py <filename.xml> <template.mako> [<output_file>]
25 - outputs the resulting template to output_file (stdout if none specified)
34 Mako - a template engine for Python, available to download from
45 from mako.template import Template
58 Mako template.
243 def render(self, template, output_name=None):
245 Render the metadata model using a Mako template as the view.
247 The template gets the metadata as an argument, as well as all
251 template: path to a Mako template file
262 tpl = Template(filename=template, lookup=lookup)
282 "Usage: %s <filename.xml> <template.mako> [<output_file>]" \