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

Method remove

cassandra/util.py:316–319  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

314 return item
315
316 def remove(self, item):
317 if self._pending_removals:
318 self._commit_removals()
319 self.data.remove(ref(item))
320
321 def discard(self, item):
322 if self._pending_removals:

Callers 15

remove_clusterFunction · 0.45
teardown_packageFunction · 0.45
setFailingNodesMethod · 0.45
test_iterationMethod · 0.45
test_iterationMethod · 0.45
test_partial_updatesMethod · 0.45
test_removeMethod · 0.45

Calls 1

_commit_removalsMethod · 0.95