class documentation

class _DomainGreater:

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):
Executes the call behavior.
def __init__(self, critical_value):
DomainGreater(v)(x) = true where x <= v
critical_value =

Undocumented