HomeSort by relevance Sort by last modified time
    Searched refs:HTMLTemplate (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/WebOb/docs/wiki-example-code/
example.py 5 from tempita import HTMLTemplate
7 VIEW_TEMPLATE = HTMLTemplate("""\
26 EDIT_TEMPLATE = HTMLTemplate("""\
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
watchthreads.py 13 from paste.util.template import HTMLTemplate, bunch
15 page_template = HTMLTemplate('''
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
template.py 40 __all__ = ['TemplateError', 'Template', 'sub', 'HTMLTemplate',
352 class HTMLTemplate(Template):
370 tmpl = HTMLTemplate(content, name=name)
741 TemplateClass = HTMLTemplate

Completed in 415 milliseconds