massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3.4 / _stat.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/3.4/_stat.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/3.4/_stat.pyi
new file mode 100644 (file)
index 0000000..447ee23
--- /dev/null
@@ -0,0 +1,69 @@
+"""Stub file for the '_stat' module."""\r
+\r
+SF_APPEND = ...  # type: int\r
+SF_ARCHIVED = ...  # type: int\r
+SF_IMMUTABLE = ...  # type: int\r
+SF_NOUNLINK = ...  # type: int\r
+SF_SNAPSHOT = ...  # type: int\r
+ST_ATIME = ...  # type: int\r
+ST_CTIME = ...  # type: int\r
+ST_DEV = ...  # type: int\r
+ST_GID = ...  # type: int\r
+ST_INO = ...  # type: int\r
+ST_MODE = ...  # type: int\r
+ST_MTIME = ...  # type: int\r
+ST_NLINK = ...  # type: int\r
+ST_SIZE = ...  # type: int\r
+ST_UID = ...  # type: int\r
+S_ENFMT = ...  # type: int\r
+S_IEXEC = ...  # type: int\r
+S_IFBLK = ...  # type: int\r
+S_IFCHR = ...  # type: int\r
+S_IFDIR = ...  # type: int\r
+S_IFDOOR = ...  # type: int\r
+S_IFIFO = ...  # type: int\r
+S_IFLNK = ...  # type: int\r
+S_IFPORT = ...  # type: int\r
+S_IFREG = ...  # type: int\r
+S_IFSOCK = ...  # type: int\r
+S_IFWHT = ...  # type: int\r
+S_IREAD = ...  # type: int\r
+S_IRGRP = ...  # type: int\r
+S_IROTH = ...  # type: int\r
+S_IRUSR = ...  # type: int\r
+S_IRWXG = ...  # type: int\r
+S_IRWXO = ...  # type: int\r
+S_IRWXU = ...  # type: int\r
+S_ISGID = ...  # type: int\r
+S_ISUID = ...  # type: int\r
+S_ISVTX = ...  # type: int\r
+S_IWGRP = ...  # type: int\r
+S_IWOTH = ...  # type: int\r
+S_IWRITE = ...  # type: int\r
+S_IWUSR = ...  # type: int\r
+S_IXGRP = ...  # type: int\r
+S_IXOTH = ...  # type: int\r
+S_IXUSR = ...  # type: int\r
+UF_APPEND = ...  # type: int\r
+UF_COMPRESSED = ...  # type: int\r
+UF_HIDDEN = ...  # type: int\r
+UF_IMMUTABLE = ...  # type: int\r
+UF_NODUMP = ...  # type: int\r
+UF_NOUNLINK = ...  # type: int\r
+UF_OPAQUE = ...  # type: int\r
+\r
+def S_IMODE(mode: int) -> int: ...\r
+def S_IFMT(mode: int) -> int: ...\r
+\r
+def S_ISBLK(mode: int) -> bool: ...\r
+def S_ISCHR(mode: int) -> bool: ...\r
+def S_ISDIR(mode: int) -> bool: ...\r
+def S_ISDOOR(mode: int) -> bool: ...\r
+def S_ISFIFO(mode: int) -> bool: ...\r
+def S_ISLNK(mode: int) -> bool: ...\r
+def S_ISPORT(mode: int) -> bool: ...\r
+def S_ISREG(mode: int) -> bool: ...\r
+def S_ISSOCK(mode: int) -> bool: ...\r
+def S_ISWHT(mode: int) -> bool: ...\r
+\r
+def filemode(mode: int) -> str: ...\r