Home
last modified time | relevance | path

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

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Dssfilter.py158 self.branch_filters = self.create_branch_filters(branch_eq, branch_not_eq,
161 def create_branch_filters(self, eq, not_eq, regex, not_regex, filter_name): member in SourceStampFilter