Skip to content

Commit 59ea825

Browse files
committed
Python objects: Add explanatory comment.
1 parent 159b111 commit 59ea825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ cached newtype TObject =
194194
PointsToInternal::pointsTo(call.getArg(0), ctx, getter, _)
195195
}
196196
or
197+
/* Represents the `setter` or `deleter` method of a property object. */
197198
TPropertySetterOrDeleter(PropertyInternal property, string method) {
198199
exists(AttrNode attr |
199200
PointsToInternal::pointsTo(attr.getObject(method), _, property, _)

0 commit comments

Comments
 (0)