massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / whichdb.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/whichdb.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/whichdb.pyi
new file mode 100644 (file)
index 0000000..f2a0e3f
--- /dev/null
@@ -0,0 +1,5 @@
+# Source: https://hg.python.org/cpython/file/2.7/Lib/whichdb.py\r
+\r
+from typing import Optional, Text\r
+\r
+def whichdb(filename: Text) -> Optional[str]: ...\r