mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-11 09:08:27 +08:00
add type stubs (#5932)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from typing import Hashable, Iterable
|
||||
|
||||
def eval(a: Iterable[Hashable], b: Iterable[Hashable]) -> int: ...
|
||||
def distance(a: Iterable[Hashable], b: Iterable[Hashable]) -> int: ...
|
||||
Reference in New Issue
Block a user