Package xappy :: Module searchconnection :: Class SearchConnection :: Class ExpandDecider
[frames] | no frames]

Class ExpandDecider

source code

          object --+    
                   |    
xapian.ExpandDecider --+
                       |
                      SearchConnection.ExpandDecider

Instance Methods
 
__init__(self, prefixes)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self, term) source code

Inherited from xapian.ExpandDecider: __disown__, __repr__, __swig_destroy__

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

Properties

Inherited from xapian.ExpandDecider: thisown

Inherited from object: __class__

Method Details

__init__(self, prefixes)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: xapian.ExpandDecider.__init__

__call__(self, term)
(Call operator)

source code 
Overrides: xapian.ExpandDecider.__call__