__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import Incomplete
class AMQPError(Exception): ...
class AMQPConnectionError(AMQPError): ...
class ConnectionOpenAborted(AMQPConnectionError): ...
class StreamLostError(AMQPConnectionError): ...
class IncompatibleProtocolError(AMQPConnectionError): ...
class AuthenticationError(AMQPConnectionError): ...
class ProbableAuthenticationError(AMQPConnectionError): ...
class ProbableAccessDeniedError(AMQPConnectionError): ...
class NoFreeChannels(AMQPConnectionError): ...
class ConnectionWrongStateError(AMQPConnectionError): ...
class ConnectionClosed(AMQPConnectionError):
def __init__(self, reply_code, reply_text) -> None: ...
@property
def reply_code(self): ...
@property
def reply_text(self): ...
class ConnectionClosedByBroker(ConnectionClosed): ...
class ConnectionClosedByClient(ConnectionClosed): ...
class ConnectionBlockedTimeout(AMQPConnectionError): ...
class AMQPHeartbeatTimeout(AMQPConnectionError): ...
class AMQPChannelError(AMQPError): ...
class ChannelWrongStateError(AMQPChannelError): ...
class ChannelClosed(AMQPChannelError):
def __init__(self, reply_code, reply_text) -> None: ...
@property
def reply_code(self): ...
@property
def reply_text(self): ...
class ChannelClosedByBroker(ChannelClosed): ...
class ChannelClosedByClient(ChannelClosed): ...
class DuplicateConsumerTag(AMQPChannelError): ...
class ConsumerCancelled(AMQPChannelError): ...
class UnroutableError(AMQPChannelError):
messages: Incomplete
def __init__(self, messages) -> None: ...
class NackError(AMQPChannelError):
messages: Incomplete
def __init__(self, messages) -> None: ...
class InvalidChannelNumber(AMQPError): ...
class ProtocolSyntaxError(AMQPError): ...
class UnexpectedFrameError(ProtocolSyntaxError): ...
class ProtocolVersionMismatch(ProtocolSyntaxError): ...
class BodyTooLongError(ProtocolSyntaxError): ...
class InvalidFrameError(ProtocolSyntaxError): ...
class InvalidFieldTypeException(ProtocolSyntaxError): ...
class UnsupportedAMQPFieldException(ProtocolSyntaxError): ...
class MethodNotImplemented(AMQPError): ...
class ChannelError(Exception): ...
class ReentrancyError(Exception): ...
class ShortStringTooLong(AMQPError): ...
class DuplicateGetOkCallback(ChannelError): ...
| 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 |
|