_type_checking#

Type checking helpers for the analytics module.

Functions#

is_exact_number_tuple()

Validate that a privacy budget is of type Tuple[ExactNumber, ExactNumber].

is_exact_number_tuple(obj)#

Validate that a privacy budget is of type Tuple[ExactNumber, ExactNumber].

Parameters

obj (Any) –