403Webshell
Server IP : 35.80.110.71  /  Your IP : 216.73.216.221
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64
User : ubuntu ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /lib/python3/dist-packages/untangle-stubs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/untangle-stubs/__init__.pyi
from collections.abc import Iterator, Mapping
from typing import Any
from typing_extensions import Self
from xml.sax import handler, xmlreader

def is_string(x: object) -> bool: ...

class Element:
    children: list[Element]
    is_root: bool
    cdata: str
    def __init__(self, name: str | None, attributes: Mapping[str, Any] | None) -> None: ...
    def add_child(self, element: Element) -> None: ...
    def add_cdata(self, cdata: str) -> None: ...
    def get_attribute(self, key: str) -> Any | None: ...
    def get_elements(self, name: str | None = ...) -> list[Element]: ...
    def __getitem__(self, key: str) -> Any | None: ...
    def __getattr__(self, key: str) -> Element: ...
    def __hasattribute__(self, name: str) -> bool: ...
    def __iter__(self) -> Iterator[Self]: ...
    def __bool__(self) -> bool: ...
    __nonzero__ = __bool__
    def __eq__(self, val: object) -> bool: ...
    def __dir__(self) -> list[str]: ...
    def __len__(self) -> int: ...
    def __contains__(self, key: str) -> bool: ...

class Handler(handler.ContentHandler):
    root: Element
    elements: list[Element]
    def __init__(self) -> None: ...
    def startElement(self, name: str, attributes: xmlreader.AttributesImpl) -> None: ...
    def endElement(self, name: str) -> None: ...
    def characters(self, cdata: str) -> None: ...

def parse(filename: str, **parser_features: bool) -> Element: ...
def is_url(string: str) -> bool: ...

Youez - 2016 - github.com/yon3zu
LinuXploit