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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.