Home | Trees | Indices | Help |
---|
|
object --+ | extension.Extension --+ | AXMessage --+ | AXKeyValueMessage
An abstract class that implements a message that has attribute keys and values. It contains the common code between fetch_response and store_request.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
unicode or NoneType |
|
||
[unicode] |
|
||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Add a single value for the given attribute type to the message. If there are already values specified for this type, this value will be sent in addition to the values already specified.
|
Set the values for the given attribute type. This replaces any values that have already been set for this attribute.
|
Get the extension arguments for the key/value pairs contained in this message.
|
Parse attribute exchange key/value arguments into this object.
|
Get a single value for an attribute. If no value was sent for this attribute, use the supplied default. If there is more than one value for this attribute, this method will fail.
|
Get the list of values for this attribute in the fetch_response. XXX: what to do if the values are not present? default parameter? this is funny because it's always supposed to return a list, so the default may break that, though it's provided by the user's code, so it might be okay. If no default is supplied, should the return be None or []?
|
Get the number of responses for a particular attribute in this fetch_response message.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Oct 31 11:37:50 2014 | http://epydoc.sourceforge.net |