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