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

Predicate API :: Impl :: edge

Holds if there is an edge from pred to succ in the API graph that is labeled with lbl.

Import path

import semmle.python.ApiGraphs
predicate edge ( TApiNode pred , ApiLabel lbl , TApiNode succ )