Python ValueError

From NovaOrdis Knowledge Base
Revision as of 21:29, 16 February 2022 by Ovidiu (talk | contribs) (Created page with "=Internal= * Python Language Exceptions =Overview= Raised when an operation or function receives an argument that has the right type...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Raised when an 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.