Ask a question to get started
Enter to sendā¢Shift+Enter new line
map( self, fn: Callable[..., T], *iterables: Iterable[Any
fn
Callable[..., T]
The function to map.
*iterables
Iterable[Any]
()
The iterables to map over.
timeout
unknown
The timeout for the map.
chunksize
Map a function to multiple iterables.
The chunksize for the map.