template
Code to generate files, based on a template
-
class flash.flmake.template.Template(template, comment='##')[source]
Generates file filename using template as the template
Lines starting with comment in the template are suppressed
other lines are % substituted against the given
dictionary
returns if generatedFile is same as existing file