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

exception EOFError Raised when the

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

exception WindowsError Only available on Windows.

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

exception IOError

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

exception ImportError Raised when an import statement fails to find the module definition or when a from

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

exception UserWarning Base class for warnings generated by user code.

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

exception TypeError Raised when an operation or function is applied to an object of inappropriate type. The associated value

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

exception SyntaxWarning Base class for warnings about dubious syntax.

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

exception RuntimeError Raised when an error is detected that doesn’t fall in any of the other categories. The associated value

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

exception SyntaxError Raised when the parser encounters a syntax error. This may occur in an import statement,

2025-01-10 15:47:30