Home | Trees | Indices | Help |
|
---|
|
Predicate --+ | MultiPredicate
base class for compound selector classes
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Class Methods | |||
|
Method Details |
|
deal with selector instanciation when necessary and merge multi-selectors if possible: AndPredicate(AndPredicate(sel1, sel2), AndPredicate(sel3, sel4)) ==> AndPredicate(sel1, sel2, sel3, sel4) |
search for the given selector or selector instance (or tuple of selectors) in the selectors tree. Return None if not found
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Oct 25 07:12:27 2014 | http://epydoc.sourceforge.net |