MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / _on_request

Method _on_request

cassandra/cluster.py:3137–3139  ·  view source on GitHub ↗
(self, response_future)

Source from the content-addressed store, hash-verified

3135 self._request_init_callbacks.remove((fn, args, kwargs))
3136
3137 def _on_request(self, response_future):
3138 for fn, args, kwargs in self._request_init_callbacks:
3139 fn(response_future, *args, **kwargs)
3140
3141 def prepare(self, query, custom_payload=None, keyspace=None):
3142 """

Callers 1

execute_asyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected