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

Method _execute_callbacks

cassandra/cqlengine/query.py:196–198  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194 self._consistency = consistency
195
196 def _execute_callbacks(self):
197 for callback, args, kwargs in self._callbacks:
198 callback(*args, **kwargs)
199
200 def add_callback(self, fn, *args, **kwargs):
201 """Add a function and arguments to be passed to it to be executed after the batch executes.

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected