MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / _serialize_key

Method _serialize_key

cassandra/util.py:765–766  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

763 raise KeyError()
764
765 def _serialize_key(self, key):
766 return pickle.dumps(key)
767
768
769class OrderedMapSerializedKey(OrderedMap):

Callers 4

_insertMethod · 0.95
__getitem__Method · 0.95
__delitem__Method · 0.95
popitemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected