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