Home
last modified time | relevance | path

Searched refs:template_source (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/mako/mako/
Dtemplate.py506 template_source=None, argument
535 template_source,
592 template_source, argument
599 self.template_source = template_source
634 if self.template_source is None:
642 self.template_source, str
644 return self.template_source.decode(self.module._source_encoding)
646 return self.template_source
Dexceptions.py166 template_source = info.source
195 line_ for line_ in template_source.split("\n")
214 template_source,