Module samples

Module samples 

Source
Expand description

This module contains functions that can be used to create sample values to be used in tests.

Functionsยง

fill_with_generator
Fills the mutable slice with a sequence of values generated by a generetor. This function extracts the next value form the generator.
fill_with_seq
Fills the mutable slice with a sequence of values.
fill_with_seq_gen
Fills the mutable slice with a sequence of values generated by a generetor function.
fill_with_value
Fills the mutable slice with the specified value.