MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / _get_query_trace

Method _get_query_trace

cassandra/cluster.py:5052–5056  ·  view source on GitHub ↗
(self, i, max_wait, query_cl)

Source from the content-addressed store, hash-verified

5050 return []
5051
5052 def _get_query_trace(self, i, max_wait, query_cl):
5053 trace = self._query_traces[i]
5054 if not trace.events:
5055 trace.populate(max_wait=max_wait, query_cl=query_cl)
5056 return trace
5057
5058 def add_callback(self, fn, *args, **kwargs):
5059 """

Callers 2

get_query_traceMethod · 0.95
get_all_query_tracesMethod · 0.95

Calls 1

populateMethod · 0.45

Tested by

no test coverage detected