massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / genericpath.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/genericpath.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/genericpath.pyi
new file mode 100644 (file)
index 0000000..919c9b0
--- /dev/null
@@ -0,0 +1,12 @@
+from typing import AnyStr, List\r
+\r
+class _unicode: ...\r
+\r
+def commonprefix(list: List[AnyStr]) -> AnyStr: ...\r
+def exists(path: unicode) -> bool: ...\r
+def getatime(path: unicode) -> float: ...\r
+def getmtime(path: unicode) -> float: ...\r
+def getctime(path: unicode) -> float: ...\r
+def getsize(path: unicode) -> int: ...\r
+def isfile(path: unicode) -> bool: ...\r
+def isdir(path: unicode) -> bool: ...\r