MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / to_database

Method to_database

cassandra/cqlengine/columns.py:671–672  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

669 return self.validate(value)
670
671 def to_database(self, value):
672 return self.validate(value)
673
674
675class TimeUUID(UUID):

Callers

nothing calls this directly

Calls 1

validateMethod · 0.95

Tested by

no test coverage detected