massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / distutils / dep_util.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2and3/distutils/dep_util.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2and3/distutils/dep_util.pyi
new file mode 100644 (file)
index 0000000..227e0d9
--- /dev/null
@@ -0,0 +1,8 @@
+# Stubs for distutils.dep_util\r
+\r
+from typing import List, Tuple\r
+\r
+def newer(source: str, target: str) -> bool: ...\r
+def newer_pairwise(sources: List[str],\r
+                   targets: List[str]) -> List[Tuple[str, str]]: ...\r
+def newer_group(sources: List[str], target: str, missing: str = ...) -> bool: ...\r