default value for phrasematcher in pyi

This commit is contained in:
svlandeg 2023-06-11 21:19:43 +02:00
parent d65e3c31a6
commit 9a0cead6e5

View File

@ -6,7 +6,7 @@ from ..tokens import Doc, Span
class PhraseMatcher:
def __init__(
self, vocab: Vocab, attr: Optional[Union[int, str]], validate: bool = ...
self, vocab: Vocab, attr: Optional[Union[int, str]] = ..., validate: bool = ...
) -> None: ...
def __reduce__(self) -> Any: ...
def __len__(self) -> int: ...