Types
BlockingIOError = object of oserror_decl.PyOSError
- Source Edit
BrokenPipeError = object of ConnectionError
- Source Edit
ChildProcessError = object of oserror_decl.PyOSError
- Source Edit
ConnectionAbortedError = object of ConnectionError
- Source Edit
ConnectionError = object of oserror_decl.PyOSError
- Source Edit
ConnectionRefusedError = object of ConnectionError
- Source Edit
ConnectionResetError = object of ConnectionError
- Source Edit
FileExistsError = object of oserror_decl.PyOSError
- Source Edit
FileNotFoundError = object of oserror_decl.PyOSError
- Source Edit
InterruptedError = object of oserror_decl.PyOSError
- Source Edit
IsADirectoryError = object of oserror_decl.PyOSError
- Source Edit
NotADirectoryError = object of oserror_decl.PyOSError
- Source Edit
PermissionError = object of oserror_decl.PyOSError
- Source Edit
ProcessLookupError = object of oserror_decl.PyOSError
- Source Edit
TimeoutError = object of oserror_decl.PyOSError
- Source Edit