Package amplee :: Package ext :: Package opensearch :: Module query :: Class OpenSearchQuery
[hide private]
[frames] | no frames]

Class OpenSearchQuery

source code

object --+
         |
        OpenSearchQuery

Instance Methods [hide private]
 
__init__(self, role)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_get_title(self) source code
 
_set_title(self, value) source code
 
add_to_element(self, parent) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  title
Gets or sets the title of the description document

Inherited from object: __class__

Method Details [hide private]

__init__(self, role)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

title

Gets or sets the title of the description document
Get Method:
amplee.ext.opensearch.query.OpenSearchQuery._get_title(self)
Set Method:
amplee.ext.opensearch.query.OpenSearchQuery._set_title(self, value)