Package common :: Module registry :: Class AndPredicate
[frames] | no frames]

Class AndPredicate

source code

 Predicate --+    
             |    
MultiPredicate --+
                 |
                AndPredicate

and-chained selectors

Instance Methods
 
__call__(self, cls, *args, **kwargs) source code

Inherited from MultiPredicate: __init__, __str__, search_selector

Inherited from Predicate: __and__, __iand__, __invert__, __ior__, __or__, __rand__, __repr__, __ror__, func_name

Class Methods

Inherited from MultiPredicate: merge_selectors

Method Details

__call__(self, cls, *args, **kwargs)
(Call operator)

source code 
Overrides: Predicate.__call__