Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dhooks.py198 def _match_regex_list(subject, expressions): function
233 _match_regex_list(d.file, include_list) and
234 not _match_regex_list(d.file, exclude_list)):