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

Method run_query

benchmarks/base.py:303–304  ·  view source on GitHub ↗
(self, key, **kwargs)

Source from the content-addressed store, hash-verified

301 self.profiler.enable()
302
303 def run_query(self, key, **kwargs):
304 return self.session.execute_async(self.query.format(key=key), **kwargs)
305
306 def finish_profile(self):
307 if self.profiler:

Callers 4

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
insert_nextMethod · 0.80

Calls 1

execute_asyncMethod · 0.80

Tested by

no test coverage detected