Home | History | Annotate | Download | only in tools

Lines Matching full:templates

227   def __init__(self, cases, templates):
229 self.templates = templates
248 print self.templates['stdout'] % stdout
251 print self.templates['stderr'] % stderr
267 status = self.templates['status_line'] % {
284 templates = {
289 super(ColorProgressIndicator, self).__init__(cases, templates)
298 templates = {
305 super(MonochromeProgressIndicator, self).__init__(cases, templates)