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

Method _partition_keys

cassandra/cqlengine/named.py:111–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109
110 @property
111 def _partition_keys(self):
112 if not self.__partition_keys:
113 self._get_partition_keys()
114 return self.__partition_keys
115
116 def _get_partition_keys(self):
117 try:

Callers

nothing calls this directly

Calls 1

_get_partition_keysMethod · 0.95

Tested by

no test coverage detected