__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from typing import Any, overload
def htmlentityreplace_errors(exc: Exception) -> tuple[str | bytes, int]: ...
@overload
def serialize(input, tree: str = ..., encoding: None = ..., **serializer_opts) -> str: ...
@overload
def serialize(input, tree: str, encoding: str, **serializer_opts) -> bytes: ...
@overload
def serialize(input, *, encoding: str, **serializer_opts) -> bytes: ...
class HTMLSerializer:
quote_attr_values: str
quote_char: str
use_best_quote_char: bool
omit_optional_tags: bool
minimize_boolean_attributes: bool
use_trailing_solidus: bool
space_before_trailing_solidus: bool
escape_lt_in_attrs: bool
escape_rcdata: bool
resolve_entities: bool
alphabetical_attributes: bool
inject_meta_charset: bool
strip_whitespace: bool
sanitize: bool
options: Any
errors: Any
strict: bool
def __init__(self, **kwargs) -> None: ...
def encode(self, string): ...
def encodeStrict(self, string): ...
encoding: Any
def serialize(self, treewalker, encoding: Any | None = ...) -> None: ...
def render(self, treewalker, encoding: Any | None = ...): ...
def serializeError(self, data: str = ...) -> None: ...
class SerializeError(Exception): ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _trie | Folder | 0755 |
|
|
| filters | Folder | 0755 |
|
|
| treeadapters | Folder | 0755 |
|
|
| treebuilders | Folder | 0755 |
|
|
| treewalkers | Folder | 0755 |
|
|
| METADATA.toml | File | 52 B | 0644 |
|
| __init__.pyi | File | 278 B | 0644 |
|
| _ihatexml.pyi | File | 1.43 KB | 0644 |
|
| _inputstream.pyi | File | 3.05 KB | 0644 |
|
| _tokenizer.pyi | File | 3.54 KB | 0644 |
|
| _utils.pyi | File | 715 B | 0644 |
|
| constants.pyi | File | 780 B | 0644 |
|
| html5parser.pyi | File | 2.05 KB | 0644 |
|
| serializer.pyi | File | 1.21 KB | 0644 |
|