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

Method _val_is_null

cassandra/cqlengine/columns.py:310–312  ·  view source on GitHub ↗

determines if the given value equates to a null value for the given column type

(self, val)

Source from the content-addressed store, hash-verified

308 return '"{0}"'.format(self.db_field_name)
309
310 def _val_is_null(self, val):
311 """ determines if the given value equates to a null value for the given column type """
312 return val is None
313
314 @property
315 def sub_types(self):

Callers 5

deletedMethod · 0.45
changedMethod · 0.45
changedMethod · 0.45
updateMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected