ak.typetracer.TypeTracerReport# Defined in awkward._nplikes.typetracer on line 190. class ak.typetracer.TypeTracerReport# _shape_touched_set# _data_touched_set# _node_id_to_shape_touched: dict[str, ImmutableBitSet]# _node_id_to_data_touched: dict[str, ImmutableBitSet]# set_labels(labels: collections.abc.Collection[str])# property shape_touched: list[str]# property data_touched: list[str]# touch_shape(label: str) → None# touch_data(label: str) → None# commit(node_id: str) → None# shape_touched_in(node_ids: collections.abc.Collection[str]) → list[str]# data_touched_in(node_ids: collections.abc.Collection[str]) → list[str]#