massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / dircache.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/dircache.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/dircache.pyi
new file mode 100644 (file)
index 0000000..9ffd346
--- /dev/null
@@ -0,0 +1,10 @@
+# Source: https://hg.python.org/cpython/file/2.7/Lib/dircache.py\r
+\r
+from typing import List, MutableSequence, Text, Union\r
+\r
+def reset() -> None: ...\r
+def listdir(path: Text) -> List[str]: ...\r
+\r
+opendir = listdir\r
+\r
+def annotate(head: Text, list: Union[MutableSequence[str], MutableSequence[Text], MutableSequence[Union[str, Text]]]) -> None: ...\r