class documentation

class OrPredicate(Predicate):

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __init__ Undocumented
Method ​_as​_string Undocumented
Method ​_eval​_str Undocumented
Method ​_negation​_str Undocumented
Instance Variable description Undocumented
Instance Variable predicates Undocumented

Inherited from Predicate:

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

Undocumented

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

Undocumented

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

Undocumented

def _negation_str(self, config):

Undocumented

description =

Undocumented

predicates =

Undocumented