mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-29 02:04:39 +08:00
committed by
Matthias Kramm
parent
c68dcf1870
commit
c03e3a7ac0
@@ -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