![]() |
Represents application of an as-yet unsupported operation.
Inherits From: DpEvent
tf_privacy.UnsupportedDpEvent()
This DpEvent
should be used when an operation is performed that does not yet
have any associated DP description, or if the description is temporarily
inaccessible, for example, during development. All PrivacyAccountant
s should
return supports(event) == False
for UnsupportedDpEvent
.
Methods
__eq__
__eq__(
other
)
Method generated by attrs for class UnsupportedDpEvent.
__ge__
__ge__(
other
)
Method generated by attrs for class UnsupportedDpEvent.
__gt__
__gt__(
other
)
Method generated by attrs for class UnsupportedDpEvent.
__le__
__le__(
other
)
Method generated by attrs for class UnsupportedDpEvent.
__lt__
__lt__(
other
)
Method generated by attrs for class UnsupportedDpEvent.
__ne__
__ne__(
other
)
Method generated by attrs for class UnsupportedDpEvent.