probly.representation.sample.array_functions.array_concatenate_function¶ probly.representation.sample.array_functions.array_concatenate_function(func: Callable, types: tuple[type[Any], ...], args: tuple[Any, ...], kwargs: dict[str, Any]) → Any[source]¶ Implementation of np.concatenate for sample arrays.