MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / get

Method get

join/LSH/datasketch/storage.py:870–872  ·  view source on GitHub ↗

Implement interface and override super-class.

(self, key)

Source from the content-addressed store, hash-verified

868 """
869
870 def get(self, key):
871 """Implement interface and override super-class."""
872 return set(super(CassandraSetStorage, self).get(key))
873
874 def insert(self, key, *vals, **kwargs):
875 """Implement interface and override super-class."""

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected