MCPcopy
hub / github.com/django/django / get_group_by_cols

Method get_group_by_cols

django/db/models/expressions.py:1379–1380  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1377 )
1378
1379 def get_group_by_cols(self):
1380 return [self]
1381
1382 def get_db_converters(self, connection):
1383 if self.target == self.output_field:

Callers 8

get_group_by_colsMethod · 0.45
get_group_by_colsMethod · 0.45
get_group_by_colsMethod · 0.45
get_group_by_colsMethod · 0.45
get_group_by_colsMethod · 0.45
get_group_by_colsMethod · 0.45
get_group_by_colsMethod · 0.45
get_group_by_colsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected