Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/mako/mako/
Dlexer.py174 _coding_re = re.compile(r"#.*coding[:=]\s*([-\w.]+).*\r?\n") variable in Lexer
183 m = self._coding_re.match(text)
190 m = self._coding_re.match(text.decode("utf-8", "ignore"))
201 m = self._coding_re.match(text.decode("utf-8", "ignore"))
228 self.match_reg(self._coding_re)