Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ issuperset
Method
issuperset
cassandra/util.py:391–392 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
389
return
self.data <= set(ref(item)
for
item in other)
390
391
def
issuperset(self, other):
392
return
self.data.issuperset(ref(item)
for
item in other)
393
__gt__ = issuperset
394
395
def
__ge__(self, other):
Callers
2
test_issuperset
Method · 0.45
validate
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_issuperset
Method · 0.36