Files
typeshed/stdlib/@python2/whichdb.pyi
2021-08-14 11:12:30 +02:00

4 lines
72 B
Python

from typing import Text
def whichdb(filename: Text) -> str | None: ...