def __init__()

in sdap/processors/promotevariabletoglobalattribute.py [0:0]


    def __init__(self, attribute_name, variable_name, dimensioned_by, *args, **kwargs):
        super().__init__(*args, **kwargs)

        self.attribute_name = attribute_name
        self.variable_name = variable_name
        self.dimensioned_by = dimensioned_by