We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c1556 commit 81fab48Copy full SHA for 81fab48
python/ql/src/semmle/python/dataflow/new/internal/Attributes.qll
@@ -21,7 +21,7 @@ abstract class AttrRef extends Node {
21
* Holds if this data flow node accesses attribute named `attrName` on object `object`.
22
*/
23
predicate accesses(Node object, string attrName) {
24
- this.getObject() = object and getAttributeName() = attrName
+ this.getObject() = object and this.getAttributeName() = attrName
25
}
26
27
/**
0 commit comments