usenetbinary-newsreaderquickboxtraktkodistabletvshowsqnaptautullifanartsickbeardtvseriesplexswizzinembyseedboxtvdbnzbgetsubtitlewebui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
30 lines
1.1 KiB
# Stubs for bs4_py3.formatter (Python 3)
|
|
#
|
|
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
|
|
from .dammit import EntitySubstitution as EntitySubstitution
|
|
from typing import Any, Optional
|
|
|
|
class Formatter(EntitySubstitution):
|
|
XML_FORMATTERS: Any = ...
|
|
HTML_FORMATTERS: Any = ...
|
|
HTML: str = ...
|
|
XML: str = ...
|
|
HTML_DEFAULTS: Any = ...
|
|
def _default(self, language: Any, value: Any, kwarg: Any): ...
|
|
language: Any = ...
|
|
entity_substitution: Any = ...
|
|
void_element_close_prefix: Any = ...
|
|
cdata_containing_tags: Any = ...
|
|
def __init__(self, language: Optional[Any] = ..., entity_substitution: Optional[Any] = ..., void_element_close_prefix: str = ..., cdata_containing_tags: Optional[Any] = ...) -> None: ...
|
|
def substitute(self, ns: Any): ...
|
|
def attribute_value(self, value: Any): ...
|
|
def attributes(self, tag: Any): ...
|
|
|
|
class HTMLFormatter(Formatter):
|
|
REGISTRY: Any = ...
|
|
def __init__(self, *args: Any, **kwargs: Any) -> None: ...
|
|
|
|
class XMLFormatter(Formatter):
|
|
REGISTRY: Any = ...
|
|
def __init__(self, *args: Any, **kwargs: Any) -> None: ...
|
|
|