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