Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dhooks_unittest.py186 scope = rh.hooks.ExclusionScope([])
191 scope = rh.hooks.ExclusionScope(['vendor/*', 'external/*'])
196 scope = rh.hooks.ExclusionScope(['^vendor/(?!google)',
Dconfig.py166 scope = rh.hooks.ExclusionScope([])
180 scope = rh.hooks.ExclusionScope(
Dhooks.py142 class ExclusionScope(object): class