module documentation

Abstract mapping backend

Copyright 2017-2025, Voxel51, Inc.

Class LocalMapper Base class for mapping samples in parallelizing on the same machine
Class Mapper Base class for mapping samples in parallel
Function check_if_return_is_sample Check if the map function returns a sample
Type Variable R Undocumented
Type Variable T Undocumented
Variable logger Undocumented
def check_if_return_is_sample(sample_collection: SampleCollection[T], map_fcn: Callable[[T], R]) -> bool: (source)

Check if the map function returns a sample

Undocumented

Value
TypeVar('R')

Undocumented

Value
TypeVar('T')

Undocumented