anndata.types.ReduceFunc.__call__# ReduceFunc.__call__(elem, *, accumulate, ref_acc)[source]# Function to be called on each visit within anndata.AnnData.reduce(). Parameters: elem anndata.typing.RWAbleThe current element. accumulate TypeVar(T)The value being accumulated. ref_acc AdAcc | RefAcc | AdRef | MapAcc | NoneA reference to help uses distinguish where they are in the AnnData object. Return type: TypeVar(T) Returns: An accumulated value