Home | Trees | Indices | Help |
|
---|
|
object --+ | Predicate --+ | MultiPredicate
base class for compound selector classes
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Methods | |||
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
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 Jun 11 17:38:15 2016 | http://epydoc.sourceforge.net |