| |
- __builtin__.object
-
- BaseException
-
- Exception
-
- PipInstallFailed
- StandardError
-
- ArithmeticError
-
- FloatingPointError
- OverflowError
- ZeroDivisionError
- AssertionError
- AttributeError
- BufferError
- EOFError
- EnvironmentError
-
- IOError
- OSError
- ImportError
- LookupError
-
- IndexError
- KeyError
- MemoryError
- NameError
-
- UnboundLocalError
- ReferenceError
- RuntimeError
-
- NotImplementedError
- SyntaxError
-
- IndentationError
-
- TabError
- SystemError
- TypeError
- ValueError
-
- UnicodeError
-
- UnicodeDecodeError
- UnicodeEncodeError
- UnicodeTranslateError
- StopIteration
- Warning
-
- BytesWarning
- DeprecationWarning
- FutureWarning
- ImportWarning
- PendingDeprecationWarning
- RuntimeWarning
- SyntaxWarning
- UnicodeWarning
- UserWarning
- GeneratorExit
- KeyboardInterrupt
- SystemExit
|