Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ec1e1 commit 4627799Copy full SHA for 4627799
1 file changed
python/ql/test/experimental/dataflow/ApiGraphs/test4.py
@@ -1,4 +1,4 @@
1
import mypkg.foo as _foo #$ use=moduleImport("mypkg").getMember("foo")
2
import mypkg.bar as _bar #$ use=moduleImport("mypkg").getMember("bar")
3
-print(_foo) #$ use=moduleImport("mypkg").getMember("foo") // <module 'mypkg.bar' ...
+print(_foo) #$ use=moduleImport("mypkg").getMember("foo") // <module 'mypkg.foo' ...
4
print(_bar) #$ use=moduleImport("mypkg").getMember("bar") // <module 'mypkg.bar' ...
0 commit comments