Update stubs

This commit is contained in:
Trinh Anh Ngoc
2021-11-12 15:05:24 +07:00
parent 4d7dc51a44
commit cd13374eb9

View File

@@ -163,7 +163,7 @@ class Reverse:
def ignore(*exc: Any) -> None: ...
def html_escape(text: Any): ...
def formatLang(env: Any, value: Any, digits: Optional[Any] = ..., grouping: bool = ..., monetary: bool = ..., dp: bool = ..., currency_obj: bool = ...): ...
def format_date(env: Any, value: Any, lang_code: bool = ..., date_format: bool = ...): ...
def format_date(env: Any, value: Any, lang_code: str = ..., date_format: bool = ...): ...
def _consteq(str1: Any, str2: Any): ...
consteq: Any