CodeQL library for Python
codeql/python-all 0.11.12 (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)