mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 14:59:48 +08:00
pika: Make Method generic, annotate DeclareOk (#9360)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -21,6 +21,10 @@ pika.adapters.blocking_connection.BlockingConnection.consumer_cancel_notify
|
||||
pika.adapters.blocking_connection.BlockingConnection.exchange_exchange_bindings
|
||||
pika.adapters.blocking_connection.BlockingConnection.publisher_confirms
|
||||
|
||||
# The implementation has defaults for the arguments that would make the
|
||||
# created instances unusable, so we require the arguments in the stub.
|
||||
pika.spec.Queue.DeclareOk.__init__
|
||||
|
||||
# Flagged by stubtest for unknown reasons.
|
||||
pika.data.PY2
|
||||
pika.data.basestring
|
||||
|
||||
Reference in New Issue
Block a user