Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ to_python
Method
to_python
cassandra/cqlengine/columns.py:712–713 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
710
raise
ValidationError(
"{0} {1} is not a valid float"
.format(self.column_name, value))
711
712
def
to_python(self, value):
713
return
self.validate(value)
714
715
def
to_database(self, value):
716
return
self.validate(value)
Callers
nothing calls this directly
Calls
1
validate
Method · 0.95
Tested by
no test coverage detected