示例#1
0
文件: www.py 项目: scality/eve
    def __init__(self, root_builder_name, **kwargs):
        """`DenyRebuildBuildEndpointMatcher` constructor.

        Args:
            root_builder_name (str): Name of the root builder.

        """
        self.root_builder_name = root_builder_name

        EndpointMatcherBase.__init__(self, **kwargs)
示例#2
0
 def __init__(self, **kwargs):
     EndpointMatcherBase.__init__(self, **kwargs)
示例#3
0
 def __init__(self, **kwargs):
     EndpointMatcherBase.__init__(self, **kwargs)