codeql/python-all
0.10.4
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if ref is a use of a node that should have an incoming edge from base labeled lbl in the API graph.
ref
base
lbl
import semmle.python.ApiGraphs
predicate use ( TApiNode base , ApiLabel lbl , Node ref )