Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dhooks.py269 def _match_regex_list(subject, expressions): function
304 _match_regex_list(d.file, include_list) and
305 not _match_regex_list(d.file, exclude_list)):