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

exception IOError

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

exception SyntaxWarning Base class for warnings about dubious syntax.

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

exception EOFError Raised when the

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

exception PendingDeprecationWarning Base class for warnings about features which will be deprecated in the future.

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

exception GeneratorExit Raised when a generator or coroutine

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

exception UnicodeWarning Base class for warnings related to Unicode.

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

exception DeprecationWarning Base class for warnings about deprecated features.

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

exception FileExistsError Raised when trying to create a file or directory which already exists. Corresponds to errno

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

exception UnicodeDecodeError Raised when a Unicode-related error occurs during decoding. It is a subclass of UnicodeError

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

errno A numeric error code from the C variable errno.

2025-01-10 15:47:30