Functions#

Summary#

function

class parent

truncated documentation

_setup_hook

If this function is added to the module, the help automation and unit tests call it first before anything goes on …

check

Checks the library is working. It raises an exception. If you want to disable the logs:

combiner

Joins (or combines) two generators. The function is written based on two reducers. The function is more efficient …

create_array_numba

Creates an array of size nb knowing its signature.

fast_parallel_mapper

Parallelizes a mapper based on numba and more specifically Automatic parallelization with @jit. …

ffilter

Filters out elements from a generator.

mapper

Applies function fct to a generator.

pyparallel_mapper

Applies function fct to a generator. Relies on ThreadPool.

reducer

Implements a reducer.

table_mortalite_euro_stat

This function retrieves mortality table from EuroStat through table de mortalité

take

Skips and takes elements from a generator.