Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-09-12 15:49:00 +07:00
parent 4358ce4341
commit 505cd8becb

View File

@@ -56,6 +56,7 @@ def email_split_tuples(text: str) -> list[str]: ...
def email_split(text: str) -> list[str]: ... def email_split(text: str) -> list[str]: ...
def email_split_and_format(text: str) -> list[str]: ... def email_split_and_format(text: str) -> list[str]: ...
def email_normalize(text: str, strict: bool = ...) -> str | Literal[False]: ... def email_normalize(text: str, strict: bool = ...) -> str | Literal[False]: ...
def email_normalize_all(text: str) -> list[str]: ...
def email_domain_extract(email: str) -> str | Literal[False]: ... def email_domain_extract(email: str) -> str | Literal[False]: ...
def email_domain_normalize(domain: str) -> str | Literal[False]: ... def email_domain_normalize(domain: str) -> str | Literal[False]: ...
def url_domain_extract(url: str) -> str | Literal[False]: ... def url_domain_extract(url: str) -> str | Literal[False]: ...