Ask a question to get started
Enter to send•Shift+Enter new line
Map a function to multiple iterables.
map( self, fn: Callable[..., T], *iterables: Iterable[Any] = (), **kwargs: Any = {} ) -> Iterator[T]
fn
Callable[..., T]
The function to map.
*iterables
Iterable[Any]
()
The iterables to map over.
timeout
unknown
The timeout for the map.
chunksize
The chunksize for the map.