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.
import *
1 parent bc1c22c commit 6521e51Copy full SHA for 6521e51
python/ql/test/library-tests/ApiGraphs/py3/test_import_star.py
@@ -6,6 +6,8 @@
6
# going into it from its corresponding `GlobalSsaVariable`.
7
hello() #$ MISSING: use=moduleImport("unknown").getMember("hello").getReturn()
8
9
+print(const_from_unknown) #$ MISSING: use=moduleImport("unknown").getMember("const_from_unknown")
10
+
11
# We don't want our analysis to think that either `non_module_member` or `outer_bar` can
12
# come from `from unknown import *`
13
non_module_member
0 commit comments