Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cluster
Function · 0.45
teardown_package
Function · 0.45
setFailingNodes
Method · 0.45
test_iteration
Method · 0.45
test_multiple_iterations_work_properly
Method · 0.45
test_iteration
Method · 0.45
test_multiple_iterations_work_properly
Method · 0.45
test_deleting_last_item_should_succeed
Method · 0.45
test_partial_updates
Method · 0.45
test_remove
Method · 0.45
_test_uncomparable_types
Method · 0.45
submit_and_wait_for_completion
Function · 0.45
Calls
1
_commit_removals
Method · 0.95
Tested by
9
setFailingNodes
Method · 0.36
test_iteration
Method · 0.36
test_multiple_iterations_work_properly
Method · 0.36
test_iteration
Method · 0.36
test_multiple_iterations_work_properly
Method · 0.36
test_deleting_last_item_should_succeed
Method · 0.36
test_partial_updates
Method · 0.36
test_remove
Method · 0.36
_test_uncomparable_types
Method · 0.36