f2a0e3f632ef1eda770cb702f41b281dc73ea338
[dotfiles/.git] / 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