mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
committed by
Matthias Kramm
parent
c68dcf1870
commit
c03e3a7ac0
5
stdlib/2/whichdb.pyi
Normal file
5
stdlib/2/whichdb.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
# Source: https://hg.python.org/cpython/file/2.7/Lib/whichdb.py
|
||||
|
||||
from typing import Optional, Text
|
||||
|
||||
def whichdb(filename: Text) -> Optional[str]: ...
|
||||
Reference in New Issue
Block a user