Skip to main content

AllowInfNan

A field metadata class to indicate that a field should allow -inf, inf, and nan.

Attributes

AttributeTypeDescription
allow_inf_nanbool = TrueWhether to allow -inf, inf, and nan.

Constructor

Signature

def AllowInfNan(
allow_inf_nan: bool = True
) - > null

Parameters

NameTypeDescription
allow_inf_nanbool = TrueWhether to allow -inf, inf, and nan values.