__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import StrPath, SupportsRead
from collections.abc import MutableSequence, Sequence
from typing import Any, Literal
g_token_cache: dict[str, list[tuple[str, str]]] # undocumented
python3: Literal[True]
string_type = str
unicode_type = str
def unicode(x: str, y: str) -> str: ...
def render(
template: SupportsRead[str] | str | Sequence[tuple[str, str]] = "",
data: dict[str, Any] = {},
partials_path: StrPath | None = ".",
partials_ext: str = "mustache",
partials_dict: dict[str, str] = {},
padding: str = "",
def_ldel: str | None = "{{",
def_rdel: str | None = "}}",
scopes: MutableSequence[int] | None = None,
warn: bool = False,
) -> str: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.pyi | File | 202 B | 0644 |
|
| main.pyi | File | 205 B | 0644 |
|
| metadata.pyi | File | 13 B | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| renderer.pyi | File | 703 B | 0644 |
|
| tokenizer.pyi | File | 624 B | 0644 |
|