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