We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2bb8f commit 047c328Copy full SHA for 047c328
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -517,7 +517,7 @@ abstract class FunctionValue extends CallableValue {
517
}
518
519
/** Whether this is a "normal" method, that is, it is exists as a class attribute
520
- * which is not wrapped and not the __new__ method. */
+ * which is not a lambda and not the __new__ method. */
521
predicate isNormalMethod() {
522
exists(ClassValue cls, string name |
523
cls.declaredAttribute(name) = this and
0 commit comments