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

exception BytesWarning Base class for warnings related to

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

exception ProcessLookupError Raised when a given process doesn’t exist. Corresponds to errno ESRCH

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

exception IsADirectoryError Raised when a file operation (such as

2025-01-10 15:47:30
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