def __init__()

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


    def __init__(self, timestamp_name, timestamp_pattern, *args, **kwargs):
        super().__init__(*args, **kwargs)

        self.timestamp_name = timestamp_name
        self.timestamp_pattern = timestamp_pattern