cf
Query.
operator
>>> q = cf.Query('ge', 4) >>> q.operator 'ge' >>> q |= cf.Query('le', 6) >>> print q.operator None
cf.Query.exact
cf.Query.value