codeql/python-all
0.10.5
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Whether as part of this comparison ‘left’ is compared with ‘right’ using the operator ‘op’. For example, the comparison a<b<c compares(a, b, <) and compares(b, c, <).
a<b<c
a
b
<
c
predicate compares ( Expr left , Cmpop op , Expr right )