def map(fn: callable, *args, mode="threading", from_args=False, **kwargs) -> Any:

source code