exception documentation
class AstroidValueError(AstroidError): (source)
Constructor: AstroidValueError(message, **kws)
Raised when a ValueError would be expected in Python code.
Inherited from AstroidError
:
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Instance Variable | message |
Undocumented |