Return a cf.Query object for a variable for being strictly less than a value.
See also
cf.contain, cf.eq, cf.ge, cf.gt, cf.ne, cf.le, cf.set, cf.wi, cf.wo
The value which a variable is to be compared with.
The units of value. By default, the same units as the variable being tested are assumed, if applicable.
Return a query object for a variable’s attr attribute.
The query object.
>>> q = cf.lt(5) >>> q <CF Query: x lt 5> >>> q.evaluate(4) True >>> q.evaluate(5) False
cf.le
cf.ne
Enter search terms or a module, class or function name.