partial method

partial(, description)

Initializes a new instance of RedactionResult class with PartiallyApplied status.

Returns

Partially applied redaction result


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

See Also