class documentation

class LambdaPredicate(Predicate):

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __init__ Undocumented
Method ​_as​_string Undocumented
Instance Variable args Undocumented
Instance Variable description Undocumented
Instance Variable kw Undocumented
Instance Variable lambda​_ Undocumented

Inherited from Predicate:

Class Method as​_predicate Undocumented
Method ​_format​_description Undocumented
def __call__(self, config):

Undocumented

def __init__(self, lambda_, description=None, args=None, kw=None):

Undocumented

def _as_string(self, config, negate=False):
args =

Undocumented

description =

Undocumented

kw =

Undocumented

lambda_ =

Undocumented