Lines Matching defs:errno
3 import errno
128 if exc.errno == errno.EINVAL:
162 if exc.errno == errno.EINVAL:
320 if exc.errno == errno.EADDRINUSE:
324 raise OSError(errno.EADDRINUSE, msg) from None
404 exc.errno == errno.ENOTCONN and
411 "socket is not connected", errno.ENOTCONN)
575 if (isinstance(exc, OSError) and exc.errno == errno.EIO):