MCPcopy
hub / github.com/django/django / cached_col

Method cached_col

django/db/models/fields/composite.py:107–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105
106 @cached_property
107 def cached_col(self):
108 return ColPairs(self.model._meta.db_table, self.fields, self.fields, self)
109
110 def get_col(self, alias, output_field=None):
111 if alias == self.model._meta.db_table and (

Callers

nothing calls this directly

Calls 1

ColPairsClass · 0.90

Tested by

no test coverage detected