Home
last modified time | relevance | path

Searched refs:_source_encoding (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/mako/mako/
Dtemplate.py522 self.input_encoding = module._source_encoding
636 if self.module._source_encoding:
637 return data.decode(self.module._source_encoding)
641 elif self.module._source_encoding and not isinstance(
644 return self.template_source.decode(self.module._source_encoding)
/aosp_15_r20/external/python/mako/test/templates/foo/
Dmodtest.html.py12 _source_encoding = None variable
/aosp_15_r20/external/python/mako/test/templates/subdir/foo/
Dmodtest.html.py14 _source_encoding = None variable