Ask a question to get started
Enter to sendā¢Shift+Enter new line
Wrap a Cassandra response future in an asyncio future.
wrapped_response_future( func: Callable[..., ResponseFuture], *args: Any = (), **kwargs: Any = {} ) -> Any
func
Callable[..., ResponseFuture]
The Cassandra function to call.
*args
Any
()
The arguments to pass to the Cassandra function.
**kwargs
{}
The keyword arguments to pass to the Cassandra function.