class documentation

class BooleanPredicate(Predicate):

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __init__ Undocumented
Method ​_as​_string Undocumented
Instance Variable description Undocumented
Instance Variable value Undocumented

Inherited from Predicate:

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

Undocumented

def __init__(self, value, description=None):

Undocumented

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

Undocumented

value =

Undocumented