ValueError
Raised when a built-in operation or function receives an argument that has the right type but an inappropriate value, and the situation is not described by a more precise exception such as IndexError.
last updated 2 years ago by effbot #
(An Unofficial) Python Reference Wiki"clearly marked experimental" ValueErrorRaised when a built-in operation or function receives an argument that has the right type but an inappropriate value, and the situation is not described by a more precise exception such as IndexError. last updated 2 years ago by effbot # |