Searched refs:ExclusionScope (Results 1 – 3 of 3) sorted by relevance
186 scope = rh.hooks.ExclusionScope([])191 scope = rh.hooks.ExclusionScope(['vendor/*', 'external/*'])196 scope = rh.hooks.ExclusionScope(['^vendor/(?!google)',
166 scope = rh.hooks.ExclusionScope([])180 scope = rh.hooks.ExclusionScope(
142 class ExclusionScope(object): class