Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dhooks.py213 def _match_regex_list(subject, expressions): function
248 _match_regex_list(d.file, include_list) and
249 not _match_regex_list(d.file, exclude_list)):