massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / whichdb.pyi
1 # Source: https://hg.python.org/cpython/file/2.7/Lib/whichdb.py\r
2 \r
3 from typing import Optional, Text\r
4 \r
5 def whichdb(filename: Text) -> Optional[str]: ...\r