Files
typeshed/stdlib/@python2/whichdb.pyi
T
2021-01-27 12:00:39 +00:00

4 lines
85 B
Python

from typing import Optional, Text
def whichdb(filename: Text) -> Optional[str]: ...