ksuit.utils.common.typing

Classes

SizedIterable

Sampler needs to implement __len__ and be iterable such that the type checking doesn't complain.

Module Contents

class ksuit.utils.common.typing.SizedIterable

Bases: Protocol

Sampler needs to implement __len__ and be iterable such that the type checking doesn’t complain.