class documentation

class _DomainGreater: (source)

View In Hierarchy

DomainGreater(v)(x) is True where x <= v.

Method __call__ Executes the call behavior.
Method __init__ DomainGreater(v)(x) = true where x <= v
Instance Variable critical_value Undocumented
def __call__(self, x): (source)

Executes the call behavior.

def __init__(self, critical_value): (source)

DomainGreater(v)(x) = true where x <= v

critical_value = (source)

Undocumented