You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Self::DecimalMaxDigits{..} => "Decimal input should have no more than {max_digits} digit{expected_plural} in total",
570
573
Self::DecimalMaxPlaces{..} => "Decimal input should have no more than {decimal_places} decimal place{expected_plural}",
571
574
Self::DecimalWholeDigits{..} => "Decimal input should have no more than {whole_digits} digit{expected_plural} before the decimal point",
575
+
Self::ComplexType{..} => "Input should be a valid python complex object, a number, or a valid complex string following the rules at https://docs.python.org/3/library/functions.html#complex",
576
+
Self::ComplexStrParsing{..} => "Input should be a valid complex string following the rules at https://docs.python.org/3/library/functions.html#complex",
0 commit comments