massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / errno.pyi
1 # Stubs for errno\r
2 \r
3 from typing import Mapping\r
4 import sys\r
5 \r
6 errorcode = ...  # type: Mapping[int, str]\r
7 \r
8 EPERM = ...  # type: int\r
9 ENOENT = ...  # type: int\r
10 ESRCH = ...  # type: int\r
11 EINTR = ...  # type: int\r
12 EIO = ...  # type: int\r
13 ENXIO = ...  # type: int\r
14 E2BIG = ...  # type: int\r
15 ENOEXEC = ...  # type: int\r
16 EBADF = ...  # type: int\r
17 ECHILD = ...  # type: int\r
18 EAGAIN = ...  # type: int\r
19 ENOMEM = ...  # type: int\r
20 EACCES = ...  # type: int\r
21 EFAULT = ...  # type: int\r
22 ENOTBLK = ...  # type: int\r
23 EBUSY = ...  # type: int\r
24 EEXIST = ...  # type: int\r
25 EXDEV = ...  # type: int\r
26 ENODEV = ...  # type: int\r
27 ENOTDIR = ...  # type: int\r
28 EISDIR = ...  # type: int\r
29 EINVAL = ...  # type: int\r
30 ENFILE = ...  # type: int\r
31 EMFILE = ...  # type: int\r
32 ENOTTY = ...  # type: int\r
33 ETXTBSY = ...  # type: int\r
34 EFBIG = ...  # type: int\r
35 ENOSPC = ...  # type: int\r
36 ESPIPE = ...  # type: int\r
37 EROFS = ...  # type: int\r
38 EMLINK = ...  # type: int\r
39 EPIPE = ...  # type: int\r
40 EDOM = ...  # type: int\r
41 ERANGE = ...  # type: int\r
42 EDEADLCK = ...  # type: int\r
43 ENAMETOOLONG = ...  # type: int\r
44 ENOLCK = ...  # type: int\r
45 ENOSYS = ...  # type: int\r
46 ENOTEMPTY = ...  # type: int\r
47 ELOOP = ...  # type: int\r
48 EWOULDBLOCK = ...  # type: int\r
49 ENOMSG = ...  # type: int\r
50 EIDRM = ...  # type: int\r
51 ECHRNG = ...  # type: int\r
52 EL2NSYNC = ...  # type: int\r
53 EL3HLT = ...  # type: int\r
54 EL3RST = ...  # type: int\r
55 ELNRNG = ...  # type: int\r
56 EUNATCH = ...  # type: int\r
57 ENOCSI = ...  # type: int\r
58 EL2HLT = ...  # type: int\r
59 EBADE = ...  # type: int\r
60 EBADR = ...  # type: int\r
61 EXFULL = ...  # type: int\r
62 ENOANO = ...  # type: int\r
63 EBADRQC = ...  # type: int\r
64 EBADSLT = ...  # type: int\r
65 EDEADLOCK = ...  # type: int\r
66 EBFONT = ...  # type: int\r
67 ENOSTR = ...  # type: int\r
68 ENODATA = ...  # type: int\r
69 ETIME = ...  # type: int\r
70 ENOSR = ...  # type: int\r
71 ENONET = ...  # type: int\r
72 ENOPKG = ...  # type: int\r
73 EREMOTE = ...  # type: int\r
74 ENOLINK = ...  # type: int\r
75 EADV = ...  # type: int\r
76 ESRMNT = ...  # type: int\r
77 ECOMM = ...  # type: int\r
78 EPROTO = ...  # type: int\r
79 EMULTIHOP = ...  # type: int\r
80 EDOTDOT = ...  # type: int\r
81 EBADMSG = ...  # type: int\r
82 EOVERFLOW = ...  # type: int\r
83 ENOTUNIQ = ...  # type: int\r
84 EBADFD = ...  # type: int\r
85 EREMCHG = ...  # type: int\r
86 ELIBACC = ...  # type: int\r
87 ELIBBAD = ...  # type: int\r
88 ELIBSCN = ...  # type: int\r
89 ELIBMAX = ...  # type: int\r
90 ELIBEXEC = ...  # type: int\r
91 EILSEQ = ...  # type: int\r
92 ERESTART = ...  # type: int\r
93 ESTRPIPE = ...  # type: int\r
94 EUSERS = ...  # type: int\r
95 ENOTSOCK = ...  # type: int\r
96 EDESTADDRREQ = ...  # type: int\r
97 EMSGSIZE = ...  # type: int\r
98 EPROTOTYPE = ...  # type: int\r
99 ENOPROTOOPT = ...  # type: int\r
100 EPROTONOSUPPORT = ...  # type: int\r
101 ESOCKTNOSUPPORT = ...  # type: int\r
102 EOPNOTSUPP = ...  # type: int\r
103 EPFNOSUPPORT = ...  # type: int\r
104 EAFNOSUPPORT = ...  # type: int\r
105 EADDRINUSE = ...  # type: int\r
106 EADDRNOTAVAIL = ...  # type: int\r
107 ENETDOWN = ...  # type: int\r
108 ENETUNREACH = ...  # type: int\r
109 ENETRESET = ...  # type: int\r
110 ECONNABORTED = ...  # type: int\r
111 ECONNRESET = ...  # type: int\r
112 ENOBUFS = ...  # type: int\r
113 EISCONN = ...  # type: int\r
114 ENOTCONN = ...  # type: int\r
115 ESHUTDOWN = ...  # type: int\r
116 ETOOMANYREFS = ...  # type: int\r
117 ETIMEDOUT = ...  # type: int\r
118 ECONNREFUSED = ...  # type: int\r
119 EHOSTDOWN = ...  # type: int\r
120 EHOSTUNREACH = ...  # type: int\r
121 EALREADY = ...  # type: int\r
122 EINPROGRESS = ...  # type: int\r
123 ESTALE = ...  # type: int\r
124 EUCLEAN = ...  # type: int\r
125 ENOTNAM = ...  # type: int\r
126 ENAVAIL = ...  # type: int\r
127 EISNAM = ...  # type: int\r
128 EREMOTEIO = ...  # type: int\r
129 EDQUOT = ...  # type: int\r