ksuit.utils.common.typing ========================= .. py:module:: ksuit.utils.common.typing Classes ------- .. autoapisummary:: ksuit.utils.common.typing.SizedIterable Module Contents --------------- .. py:class:: SizedIterable Bases: :py:obj:`Protocol` Sampler needs to implement __len__ and be iterable such that the type checking doesn't complain.