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

Method deleted

cassandra/cqlengine/columns.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40 @property
41 def deleted(self):
42 return self.column._val_is_null(self.value) and (self.explicit or not self.column._val_is_null(self.previous_value))
43
44 @property
45 def changed(self):

Callers

nothing calls this directly

Calls 1

_val_is_nullMethod · 0.45

Tested by

no test coverage detected