Lines Matching refs:errno
12 import errno
101 if err.errno in {errno.EINVAL, errno.ENOTSUP}:
150 if err.errno == errno.ENOTSOCK:
157 if err.errno == errno.ENOSPC: # filesystem is full
324 if e.errno not in (errno.ENOTSUP, errno.ENODATA, errno.EINVAL):
332 if e.errno not in (errno.EPERM, errno.ENOTSUP, errno.ENODATA,
333 errno.EINVAL):
400 if hasattr(errno, err) and why.errno == getattr(errno, err):