We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665104e commit b3b87c9Copy full SHA for b3b87c9
3 files changed
python/ql/test/experimental/library-tests/CallGraph/InlineCallGraphTest.ql
@@ -1,6 +1,7 @@
1
import python
2
import utils.test.InlineExpectationsTest
3
private import semmle.python.dataflow.new.internal.DataFlowDispatch as TT
4
+private import LegacyPointsTo
5
6
/** Holds when `call` is resolved to `callable` using points-to based call-graph. */
7
predicate pointsToCallEdge(CallNode call, Function callable) {
python/ql/test/extractor-tests/double-import/ModuleNames.ql
@@ -1,4 +1,5 @@
from Container path, string name
where exists(ModuleValue m | m.getPath() = path and m.getName() = name)
python/ql/test/extractor-tests/unicode_decoding/test.ql
from Object o, string s
where
0 commit comments