py
builtin
code
compat
error
execnet
io
log
magic
path
process
std
test
xml
error API [rev. 38799]
index
api
source
contact
download
class py.error():
py.error lazily provides higher level Exception classes for each possible POSIX errno (as defined per the 'errno' module. All such Exceptions derive from py.error.Error, which itself is a subclass of EnvironmentError.
no source available