baybe.utils.basicΒΆ

Collection of small basic utilities.

Functions

get_subclasses(cls[, recursive, abstract])

Return a list of subclasses for the given class.

group_duplicate_values(dictionary)

Identify groups of keys that have the same value.

hilberts_factory(factory)

Provide an infinite stream of the factory's products.

set_random_seed(seed)

Set the global random seed.

Classes

Dummy

Placeholder element for array-like data types.