Esempio n. 1
0
File: www.py Progetto: 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)
Esempio n. 2
0
 def __init__(self, **kwargs):
     EndpointMatcherBase.__init__(self, **kwargs)
Esempio n. 3
0
 def __init__(self, **kwargs):
     EndpointMatcherBase.__init__(self, **kwargs)