We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afa8925 + 3889c8a commit 0509a12Copy full SHA for 0509a12
python/ql/src/semmle/python/ApiGraphs.qll
@@ -452,7 +452,7 @@ module API {
452
* Holds if there is an edge from `pred` to `succ` in the API graph that is labeled with `lbl`.
453
*/
454
cached
455
- predicate edge(Node pred, string lbl, Node succ) {
+ predicate edge(TApiNode pred, string lbl, TApiNode succ) {
456
/* There's an edge from the root node for each imported module. */
457
exists(string m |
458
pred = MkRoot() and
0 commit comments