BytesWarning
  • References/Python/Python/Built-in Exceptions

exception BytesWarning Base class for warnings related to

2025-01-10 15:47:30
IsADirectoryError
  • References/Python/Python/Built-in Exceptions

exception IsADirectoryError Raised when a file operation (such as

2025-01-10 15:47:30
UnicodeError.end
  • References/Python/Python/Built-in Exceptions

end The index after the last invalid data in

2025-01-10 15:47:30
RuntimeWarning
  • References/Python/Python/Built-in Exceptions

exception RuntimeWarning Base class for warnings about dubious runtime behavior.

2025-01-10 15:47:30
BlockingIOError
  • References/Python/Python/Built-in Exceptions

exception BlockingIOError Raised when an operation would block on an object (e.g. socket) set for non-blocking operation. Corresponds

2025-01-10 15:47:30
ConnectionError
  • References/Python/Python/Built-in Exceptions

exception ConnectionError A base class for connection-related issues. Subclasses are

2025-01-10 15:47:30
LookupError
  • References/Python/Python/Built-in Exceptions

exception LookupError The base class for the exceptions that are raised when a key or index used on a mapping or sequence is

2025-01-10 15:47:30
TabError
  • References/Python/Python/Built-in Exceptions

exception TabError Raised when indentation contains an inconsistent use of tabs and spaces. This is a subclass of Ind

2025-01-10 15:47:30
BrokenPipeError
  • References/Python/Python/Built-in Exceptions

exception BrokenPipeError A subclass of ConnectionError, raised when trying to write on a pipe while the other

2025-01-10 15:47:30
UnboundLocalError
  • References/Python/Python/Built-in Exceptions

exception UnboundLocalError Raised when a reference is made to a local variable in a function or method, but no value has been

2025-01-10 15:47:30