Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_files.py178 def is_valid_shebang(self, first_line, filepath): argument
179 m = re.match(self._shebang_re, first_line)
192 first_line = f.readline()
193 if first_line.startswith(b'#!'):
197 elif not self.is_valid_shebang(first_line, filepath):