Overview
Tutorials & Guides
Reference
TrackingList
Initialize a TrackingList object.
list_like (list) – The list-like object for which read access should be tracked.
list
S.insert(index, value) – insert value before index
Verify that all array elements have been accessed.
This function will raise an IndexError exception if not all elements of list-like objects have been accessed.
IndexError