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

exception ConnectionAbortedError A subclass of ConnectionError, raised when a connection attempt is aborted by

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
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
MemoryError
  • References/Python/Python/Built-in Exceptions

exception MemoryError Raised when an operation runs out of memory but the situation may still be rescued (by deleting some objects)

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
BlockingIOError.characters_written
  • References/Python/Python/Built-in Exceptions

characters_written An integer containing the number of characters written to the stream before it blocked. This attribute is

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

exception Warning Base class for warning categories.

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
PermissionError
  • References/Python/Python/Built-in Exceptions

exception PermissionError Raised when trying to run an operation without the adequate access rights - for example filesystem

2025-01-10 15:47:30