Store None to collection

Author: LGTM

import python

from SubscriptNode store
where
  store.isStore() and
  store.getIndex().pointsTo(Value::named('None'))
select store

Description

Finds places where `None` is used as an index when storing to a collection