mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-17 05:49:45 +08:00
dj-database-url, docopt, editdistance, first: check missing defs (#8154)
This commit is contained in:
@@ -4,6 +4,9 @@ from typing import Any, TypeVar, overload
|
||||
_T = TypeVar("_T")
|
||||
_S = TypeVar("_S")
|
||||
|
||||
__license__: str
|
||||
__title__: str
|
||||
|
||||
@overload
|
||||
def first(iterable: Iterable[_T]) -> _T | None: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user