Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfff7d7

Browse files
author
Louis Duperier
authored
add type stubs (#5932)
1 parent 34b3f0b commit bfff7d7

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

stubs/editdistance/METADATA.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version = "0.5"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from typing import Hashable, Iterable
2+
3+
def eval(a: Iterable[Hashable], b: Iterable[Hashable]) -> int: ...
4+
def distance(a: Iterable[Hashable], b: Iterable[Hashable]) -> int: ...

0 commit comments

Comments
 (0)