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

Class NotPredicate

source code

Predicate --+
            |
           NotPredicate

negation selector

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

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

Method Details

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

source code 
Overrides: Predicate.__call__

__str__(self)
(Informal representation operator)

source code 
Overrides: Predicate.__str__