Searched refs:Templite (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dhtml.py10 from coverage.templite import Templite namespace
13 # they're accessed in a Templite context via locals().
52 self.source_tmpl = Templite(
212 index_tmpl = Templite(
H A Dtemplite.py7 class Templite(object): class in inherits:object
26 Construct a Templite with the template text, then use `render` against a
31 """Construct a Templite with the given `text`.
108 """Executes Templite objects to produce strings."""

Completed in 1818 milliseconds