| Server IP : 217.160.0.212 / Your IP : 216.73.216.141 Web Server : Apache System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/py/ |
Upload File : |
from typing import ClassVar, Generic, Iterable, Text, Type, Union
from typing_extensions import Final
class raw:
uniobj: Final[Text]
def __init__(self, uniobj: Text) -> None: ...
class _NamespaceMetaclass(type):
def __getattr__(self, name: str) -> Type[Tag]: ...
class Namespace(metaclass=_NamespaceMetaclass): ...
class Tag(list):
class Attr:
def __getattr__(self, attr: str) -> Text: ...
attr: Final[Attr]
def __init__(self, *args: Union[Text, raw, Tag, Iterable[Tag]], **kwargs: Union[Text, raw]) -> None: ...
def unicode(self, indent: int = ...) -> Text: ...
class html(Namespace):
class Style:
def __init__(self, **kw: Union[str, Text]) -> None: ...
style: ClassVar[Style]
def escape(ustring: Union[str, Text]) -> Text: ...