Skip to content

Commit 047c328

Browse files
Update python/ql/src/semmle/python/objects/ObjectAPI.qll
Co-Authored-By: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
1 parent fe2bb8f commit 047c328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/objects/ObjectAPI.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ abstract class FunctionValue extends CallableValue {
517517
}
518518

519519
/** 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. */
520+
* which is not a lambda and not the __new__ method. */
521521
predicate isNormalMethod() {
522522
exists(ClassValue cls, string name |
523523
cls.declaredAttribute(name) = this and

0 commit comments

Comments
 (0)