uproot.STLSet

Defined in uproot.containers on line 1561.

Inheritance order:

  1. uproot.containers.Container

  2. collections.abc.Set

  3. collections.abc.Collection

  4. collections.abc.Sized

  5. collections.abc.Iterable

  6. collections.abc.Container

class uproot.containers.STLSet(keys)
Parameters:

keys (numpy.ndarray or iterable) – Contents of the std::set.

Representation of a C++ std::set as a Python Set.

tolist

Inherited from uproot.containers.Container.

STLSet.tolist()

Convert the data this collection contains into nested lists, sets, and dicts.