Predicate Expressions :: subscriptPartsPointsTo
Import path
import semmle.python.pointsto.PointsTo
predicate
subscriptPartsPointsTo
(
SubscriptNode
subscr
,
PointsToContext
context
,
ObjectInternal
objvalue
,
ObjectInternal
indexvalue
)