partial method

On this page

partial

Creates a new RedactionResult instance with a partially applied status.

def partial(cls, description):
    ...
Parameter Type Description
description str Reason why the operation was not fully applied.

Returns: RedactionResult: Partially applied redaction result.

See Also

On this page