exception documentation
class AstroidIndexError(AstroidError): (source)
Constructor: AstroidIndexError(message, **kws)
Raised when an Indexable / Mapping does not have an index / key.
Inherited from AstroidError
:
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Instance Variable | message |
Undocumented |