class documentation

The backward equivalent of the ForwardCombinator class.

Method __init__ Undocumented
Method __str__ Undocumented
Method can_combine Undocumented
Method combine Undocumented
Instance Variable _combinator Undocumented
Instance Variable _predicate Undocumented
Instance Variable _suffix Undocumented
def __init__(self, combinator, predicate, suffix=''): (source)

Undocumented

def __str__(self): (source)

Undocumented

def can_combine(self, left, right): (source)
def combine(self, left, right): (source)
_combinator = (source)

Undocumented

_predicate = (source)

Undocumented

Undocumented