mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
5 lines
186 B
Python
5 lines
186 B
Python
from collections.abc import Hashable, Iterable
|
|
|
|
def eval(a: Iterable[Hashable], b: Iterable[Hashable]) -> int: ...
|
|
def distance(a: Iterable[Hashable], b: Iterable[Hashable]) -> int: ...
|