Package gofer :: Package messaging :: Class XBindings
[hide private]
[frames] | no frames]

Class XBindings

source code

Represents an AMQP X-BINDINGS fragment.

Instance Methods [hide private]
 
__init__(self, bindings=[]) source code
 
__bindings(self) source code
 
__str__(self) source code
Instance Variables [hide private]
list: XBinding bindings
A list of binding object.
Method Details [hide private]

__init__(self, bindings=[])
(Constructor)

source code 
Parameters:
  • bindings (list: Binding) - A list of binding objects.