Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Python
codeql/python-all 4.0.6-dev (changelog, source)

Predicate signature PathGraphSigMod::PathGraphSig::subpaths

Holds if (arg, par, ret, out) forms a subpath-tuple, that is, flow through a subpath between par and ret with the connecting edges arg -> par and ret -> out is summarized as the edge arg -> out.

signature predicate subpaths(PathNode arg, PathNode par, PathNode ret, PathNode out)