mirror of
https://github.com/github/codeql.git
synced 2026-03-05 23:26:51 +01:00
Python objects: Add explanatory comment.
This commit is contained in:
@@ -194,6 +194,7 @@ cached newtype TObject =
|
||||
PointsToInternal::pointsTo(call.getArg(0), ctx, getter, _)
|
||||
}
|
||||
or
|
||||
/* Represents the `setter` or `deleter` method of a property object. */
|
||||
TPropertySetterOrDeleter(PropertyInternal property, string method) {
|
||||
exists(AttrNode attr |
|
||||
PointsToInternal::pointsTo(attr.getObject(method), _, property, _)
|
||||
|
||||
Reference in New Issue
Block a user