massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3.4 / _stat.pyi
1 """Stub file for the '_stat' module."""\r
2 \r
3 SF_APPEND = ...  # type: int\r
4 SF_ARCHIVED = ...  # type: int\r
5 SF_IMMUTABLE = ...  # type: int\r
6 SF_NOUNLINK = ...  # type: int\r
7 SF_SNAPSHOT = ...  # type: int\r
8 ST_ATIME = ...  # type: int\r
9 ST_CTIME = ...  # type: int\r
10 ST_DEV = ...  # type: int\r
11 ST_GID = ...  # type: int\r
12 ST_INO = ...  # type: int\r
13 ST_MODE = ...  # type: int\r
14 ST_MTIME = ...  # type: int\r
15 ST_NLINK = ...  # type: int\r
16 ST_SIZE = ...  # type: int\r
17 ST_UID = ...  # type: int\r
18 S_ENFMT = ...  # type: int\r
19 S_IEXEC = ...  # type: int\r
20 S_IFBLK = ...  # type: int\r
21 S_IFCHR = ...  # type: int\r
22 S_IFDIR = ...  # type: int\r
23 S_IFDOOR = ...  # type: int\r
24 S_IFIFO = ...  # type: int\r
25 S_IFLNK = ...  # type: int\r
26 S_IFPORT = ...  # type: int\r
27 S_IFREG = ...  # type: int\r
28 S_IFSOCK = ...  # type: int\r
29 S_IFWHT = ...  # type: int\r
30 S_IREAD = ...  # type: int\r
31 S_IRGRP = ...  # type: int\r
32 S_IROTH = ...  # type: int\r
33 S_IRUSR = ...  # type: int\r
34 S_IRWXG = ...  # type: int\r
35 S_IRWXO = ...  # type: int\r
36 S_IRWXU = ...  # type: int\r
37 S_ISGID = ...  # type: int\r
38 S_ISUID = ...  # type: int\r
39 S_ISVTX = ...  # type: int\r
40 S_IWGRP = ...  # type: int\r
41 S_IWOTH = ...  # type: int\r
42 S_IWRITE = ...  # type: int\r
43 S_IWUSR = ...  # type: int\r
44 S_IXGRP = ...  # type: int\r
45 S_IXOTH = ...  # type: int\r
46 S_IXUSR = ...  # type: int\r
47 UF_APPEND = ...  # type: int\r
48 UF_COMPRESSED = ...  # type: int\r
49 UF_HIDDEN = ...  # type: int\r
50 UF_IMMUTABLE = ...  # type: int\r
51 UF_NODUMP = ...  # type: int\r
52 UF_NOUNLINK = ...  # type: int\r
53 UF_OPAQUE = ...  # type: int\r
54 \r
55 def S_IMODE(mode: int) -> int: ...\r
56 def S_IFMT(mode: int) -> int: ...\r
57 \r
58 def S_ISBLK(mode: int) -> bool: ...\r
59 def S_ISCHR(mode: int) -> bool: ...\r
60 def S_ISDIR(mode: int) -> bool: ...\r
61 def S_ISDOOR(mode: int) -> bool: ...\r
62 def S_ISFIFO(mode: int) -> bool: ...\r
63 def S_ISLNK(mode: int) -> bool: ...\r
64 def S_ISPORT(mode: int) -> bool: ...\r
65 def S_ISREG(mode: int) -> bool: ...\r
66 def S_ISSOCK(mode: int) -> bool: ...\r
67 def S_ISWHT(mode: int) -> bool: ...\r
68 \r
69 def filemode(mode: int) -> str: ...\r