skipped method

On this page

skipped

Initializes a new instance of RedactionResult class with Skipped status.

def skipped(cls, description):
    ...
Parameter Type Description
description str Reason why the operation was skipped.

Returns: RedactionResult: Skipped redaction result.

See Also

On this page