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

Method copy

cassandra/util.py:301–302  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

299 self.data.clear()
300
301 def copy(self):
302 return self.__class__(self)
303
304 def pop(self):
305 if self._pending_removals:

Calls

no outgoing calls