Searched refs:_Check (Results 1 – 1 of 1) sorted by relevance
129 results += _Check(input_api, html_license_re, html_sources)130 results += _Check(input_api, non_html_license_re, non_html_sources)134 def _Check(input_api, license_re, sources): function