mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 13:35:01 +08:00
black reformat, some fixes
This commit is contained in:
@@ -18,7 +18,9 @@ def escapejs(value: str) -> SafeText: ...
|
||||
def json_script(value: Union[Dict[str, str], str], element_id: str) -> SafeText: ...
|
||||
def conditional_escape(text: Any) -> str: ...
|
||||
def format_html(format_string: str, *args: Any, **kwargs: Any) -> SafeText: ...
|
||||
def format_html_join(sep: str, format_string: str, args_generator: Union[Iterator[Any], List[Tuple[str]]]) -> SafeText: ...
|
||||
def format_html_join(
|
||||
sep: str, format_string: str, args_generator: Union[Iterator[Any], List[Tuple[str]]]
|
||||
) -> SafeText: ...
|
||||
def linebreaks(value: str, autoescape: bool = ...) -> str: ...
|
||||
|
||||
class MLStripper(HTMLParser):
|
||||
|
||||
Reference in New Issue
Block a user