AllowInfNan
A field metadata class to indicate that a field should allow -inf, inf, and nan.
Attributes
| Attribute | Type | Description |
|---|---|---|
| allow_inf_nan | bool = True | Whether to allow -inf, inf, and nan. |
Constructor
Signature
def AllowInfNan(
allow_inf_nan: bool = True
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| allow_inf_nan | bool = True | Whether to allow -inf, inf, and nan values. |