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:668–669 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
666
self.column_name, value))
667
668
def
to_python(self, value):
669
return
self.validate(value)
670
671
def
to_database(self, value):
672
return
self.validate(value)
Callers
nothing calls this directly
Calls
1
validate
Method · 0.95
Tested by
no test coverage detected