Files
codeql/python/ql/test/query-tests/Imports/general/FromImportOfMutableAttribute.expected
2018-11-19 15:15:54 +00:00

2 lines
292 B
Plaintext

| imports_mutable.py:1:26:1:26 | ImportMember | Importing the value of 'x' from $@ means that any change made to $@ will be not be observed locally. | mutable_attr.py:0:0:0:0 | Module mutable_attr | module mutable_attr | mutates.py:4:5:4:18 | ControlFlowNode for Attribute | mutable_attr.x |