mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 11:31:07 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -196,7 +196,7 @@ class BlockingChannel:
|
||||
def stop_consuming(self, consumer_tag=None) -> None: ...
|
||||
def consume(
|
||||
self, queue, auto_ack: bool = False, exclusive: bool = False, arguments=None, inactivity_timeout=None
|
||||
) -> Generator[Incomplete, None, None]: ...
|
||||
) -> Generator[Incomplete]: ...
|
||||
def get_waiting_message_count(self): ...
|
||||
def cancel(self): ...
|
||||
def basic_ack(self, delivery_tag: int = 0, multiple: bool = False) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user