codeql/python-all
0.10.5
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if there is an edge from pred to succ in the API graph that is labeled with lbl.
pred
succ
lbl
import semmle.python.ApiGraphs
predicate edge ( TApiNode pred , ApiLabel lbl , TApiNode succ )