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

Method to_database

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

Source from the content-addressed store, hash-verified

713 return self.validate(value)
714
715 def to_database(self, value):
716 return self.validate(value)
717
718
719class Float(BaseFloat):

Callers

nothing calls this directly

Calls 1

validateMethod · 0.95

Tested by

no test coverage detected