noether.core.utils.common.typing

Classes

SizedIterable

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

Module Contents

class noether.core.utils.common.typing.SizedIterable

Bases: Protocol

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