Searched refs:template_filename (Results 1 – 2 of 2) sorted by relevance
167 def to_string(template_filename, **kwargs): argument175 template = Template(filename=template_filename)187 def to_file(template_filename, output_filename, **kwargs): argument194 print(MakoTemplateWriter.to_string(template_filename, **kwargs), file=outfile)
271 template_filename = os.path.join(SCRIPT_DIR, {286 with open(template_filename) as f:356 os.path.relpath(template_filename, os.path.dirname(path)) + '\n')