spdl.source.SizedIterableWithShuffle¶
- class SizedIterableWithShuffle[source]¶
Bases:
SizedIterable[T],ProtocolA protocol that is often used to represent data source.
Methods
shuffle(seed)Apply in-place shuffling.
Bases: SizedIterable[T], Protocol
A protocol that is often used to represent data source.
Methods
|
Apply in-place shuffling. |