uproot.containers.STLList
Defined in uproot.containers on line 1552.
| Inheritance order: | 
|---|
| 
 | 
- class uproot.containers.STLList(values)
- Parameters:
- values ( - numpy.ndarrayor iterable) – Contents of the- std::list.
 - Representation of a C++ - std::listas a Python- Sequence.
tolist
Inherited from uproot.containers.Container.
- STLList.tolist()
- Convert the data this collection contains into nested lists, sets, and dicts.