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

Method __exit__

cassandra/cqlengine/query.py:269–273  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

267 return self
268
269 def __exit__(self, exc_type, exc_val, exc_tb):
270 # don't execute if there was an exception by default
271 if exc_type is not None and not self._execute_on_exception:
272 return
273 self.execute()
274
275
276class ContextQuery(object):

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected