AnnotationRedaction constructor

__init__(self, pattern, replacement)

Initializes a new instance of AnnotationRedaction class.


def __init__(self, pattern, replacement):
    ...
Parameter Type Description
pattern str Regular expression to match
replacement str Textual replacement for matched text

See Also