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

exception NameError Raised when a local or global name is not found. This applies only to unqualified names. The associated

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

exception OSError([arg]) exception OSError(errno, strerror[, filename[, winerror[, filename2]]]) This exception

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

exception ImportWarning Base class for warnings about probable mistakes in module imports.

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

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

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

exception RuntimeWarning Base class for warnings about dubious runtime behavior.

2025-01-10 15:47:30