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 e7fdfd3 commit 4f3149dCopy full SHA for 4f3149d
1 file changed
python/ql/src/Statements/StatementNoEffect.ql
@@ -42,7 +42,7 @@ predicate side_effecting_descriptor_type(ClassValue descriptor) {
42
* we want to treat them as having no effect.
43
*/
44
45
- not descriptor = ClassValue::function() and
+ not descriptor = ClassValue::functionType() and
46
not descriptor = ClassValue::staticmethod() and
47
not descriptor = ClassValue::classmethod()
48
}
0 commit comments