Return a cf.Query object for a variable for being strictly greater than a value.
See also
cf.contain, cf.eq, cf.ge, cf.ne, cf.le, cf.lt, 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.gt(5) >>> q <CF Query: x gt 5> >>> q.evaluate(6) True >>> q.evaluate(5) False
cf.ge
cf.le
Enter search terms or a module, class or function name.