Python objects: Add explanatory comment.

This commit is contained in:
Mark Shannon
2019-07-26 12:07:16 +01:00
parent 159b111aa8
commit 59ea825bbc

View File

@@ -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, _)