massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / glob.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/glob.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/glob.pyi
new file mode 100644 (file)
index 0000000..e3d49fd
--- /dev/null
@@ -0,0 +1,6 @@
+from typing import List, Iterator, Union, AnyStr\r
+\r
+def glob(pathname: AnyStr) -> List[AnyStr]: ...\r
+def iglob(pathname: AnyStr) -> Iterator[AnyStr]: ...\r
+def glob1(dirname: Union[str, unicode], pattern: AnyStr) -> List[AnyStr]: ...\r
+def glob0(dirname: Union[str, unicode], basename: AnyStr) -> List[AnyStr]: ...\r