Home
last modified time | relevance | path

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

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Dssfilter.py201 def do_prop_match(self, ss, prop, filters): member in SourceStampFilter
211 if self.project_filters and not self.do_prop_match(ss, 'project', self.project_filters):
213 if self.codebase_filters and not self.do_prop_match(ss, 'codebase', self.codebase_filters):
216 not self.do_prop_match(ss, 'repository', self.repository_filters):
218 if self.branch_filters and not self.do_prop_match(ss, 'branch', self.branch_filters):