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.
1 parent b4a31e5 commit c67b06bCopy full SHA for c67b06b
python/ql/test/experimental/dataflow/typetracking/attribute_tests.py
@@ -58,6 +58,8 @@ def test_global_attribute_read():
58
59
def test_local_attribute_assignment():
60
# Same as `test_global_attribute_assignment`, but the assigned variable is not global
61
+ # In this case, we don't want flow going to the `ModuleVariableNode` for `local_var`
62
+ # (which is referenced in `test_local_attribute_read`).
63
local_var = object() # $ tracked=foo
64
local_var.foo = tracked # $ tracked tracked=foo
65
0 commit comments