mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 12:50:20 +03:00
Delete freeze from strings.pyi as well
This commit is contained in:
parent
89b06c306d
commit
9ccc3bbf97
|
@ -5,8 +5,7 @@ def get_string_id(key: Union[str, int]) -> int: ...
|
||||||
|
|
||||||
class StringStore:
|
class StringStore:
|
||||||
def __init__(
|
def __init__(
|
||||||
self, strings: Optional[Iterable[str]] = ..., freeze: bool = ...
|
self, strings: Optional[Iterable[str]] = ...) -> None: ...
|
||||||
) -> None: ...
|
|
||||||
@overload
|
@overload
|
||||||
def __getitem__(self, string_or_id: Union[bytes, str]) -> int: ...
|
def __getitem__(self, string_or_id: Union[bytes, str]) -> int: ...
|
||||||
@overload
|
@overload
|
||||||
|
|
Loading…
Reference in New Issue
Block a user