LookupError

exception LookupError

The base class for the exceptions that are raised when a key or index used on a mapping or sequence is invalid: IndexError, KeyError. This can be raised directly by codecs.lookup().

doc_python
2016-10-07 17:36:27
Comments
Leave a Comment

Please login to continue.