uproot.source.futures.TrivialFuture

Defined in uproot.source.futures on line 42.

class uproot.source.futures.TrivialFuture(result)

Formally satisfies the interface for a uproot.source.futures.Future object, but it is already complete at the time when it is constructed.

result

TrivialFuture.result(timeout=None)

The result of this (Trivial)Future.