CodeQL library for Python
codeql/python-all 1.0.5-dev (changelog, source)
Search

Member predicate BinaryExprNode::operands

Whether left and right are a pair of operands for this binary expression

predicate operands(ControlFlowNode left, Operator op, ControlFlowNode right)