class documentation

class _DomainGreaterEqual:

View In Hierarchy

DomainGreaterEqual(v)(x) is True where x < v.
Method __call__ Executes the call behavior.
Method __init__ DomainGreaterEqual(v)(x) = true where x < v
Instance Variable critical​_value Undocumented
def __call__(self, x):
Executes the call behavior.
def __init__(self, critical_value):
DomainGreaterEqual(v)(x) = true where x < v
critical_value =

Undocumented