amqp.utils

amqp.utils.get_errno(exc)

socket.error and IOError first got the .errno attribute in Py2.7

amqp.utils.noop()
class amqp.utils.promise(fun, args=(), kwargs=(), on_success=None, on_error=None)
args None
calls None
failed None
fun None
kwargs None
on_error None
on_success None
ready None
set_error_state(exc)
then(callback=None, on_error=None)
throw(exc)
value None
amqp.utils.set_cloexec(fd, cloexec)

Previous topic

amqp.serialization

Next topic

amqp.five

This Page