Return an object for testing whether a variable is without the given range.
The lower bound of the range which a variable is to be compared with.
The upper bound of the range which a variable is to be compared with.
A Comparison object which will evaluate whether or not the comparison evaluates to True.
Examples
>>> c = cf.wo(5) >>> c <CF Comparison: x wo (5, 7)> >>> c.evaluate(4) True >>> c.evaluate(6) False
cf.wi
cf.ATOL
Enter search terms or a module, class or function name.