Ejemplo n.º 1
0
Archivo: www.py Proyecto: 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)
Ejemplo n.º 2
0
 def __init__(self, **kwargs):
     EndpointMatcherBase.__init__(self, **kwargs)
Ejemplo n.º 3
0
 def __init__(self, **kwargs):
     EndpointMatcherBase.__init__(self, **kwargs)