Skip to content

Commit f8364dc

Browse files
committed
Python: QL doc
1 parent aab603d commit f8364dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/src/semmle/python/SpecialMethods.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ module SpecialMethod {
102102
}
103103
}
104104

105+
/** A control flow node corresponding to a special method call. */
105106
class SpecialMethodCallNode extends PotentialSpecialMethodCallNode {
106107
Value resolvedSpecialMethod;
107108

0 commit comments

Comments
 (0)