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

Member predicate Make0::Make1::Make2::Public::ControlFlowNode::strictlyPostDominates

Holds if this node strictly post-dominates that node.

That is, all paths reaching the normal callable exit node (NormalExitNode) from that node must go through this node (which must be different from that node).

predicate strictlyPostDominates(ControlFlowNode that)