AnyNum

privex.helpers.types.AnyNum

Shorter alias for Union[Decimal, int, float, str]

alias of Union[decimal.Decimal, int, float, str]