Format with black

This commit is contained in:
richardpaulhudson 2022-10-05 18:54:26 +02:00
parent 523bb2ad0b
commit cbe2010e48

View File

@ -175,14 +175,12 @@ class Doc:
) -> Doc: ...
def to_utf8_array(self, nr_char: int = ...) -> Ints2d: ...
def get_character_combination_hashes(
self,
*
case_sensitive: bool,
suffs_not_prefs: bool,
affix_lengths: List[int],
search_chars: str,
self,
*case_sensitive: bool,
suffs_not_prefs: bool,
affix_lengths: List[int],
search_chars: str,
search_lengths: List[int]
): ...
@staticmethod
def _get_array_attrs() -> Tuple[Any]: ...