src/pylib/pyerrors/oserr/types

Source   Edit  

Types

BlockingIOError = object of oserror_decl.PyOSError
Source   Edit  
ChildProcessError = object of oserror_decl.PyOSError
Source   Edit  
ConnectionError = object of oserror_decl.PyOSError
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