MCPcopy
hub / github.com/django/django / append_annotation_mask

Method append_annotation_mask

django/db/models/sql/query.py:2568–2570  ·  view source on GitHub ↗
(self, names)

Source from the content-addressed store, hash-verified

2566 self._annotation_select_cache = None
2567
2568 def append_annotation_mask(self, names):
2569 if self.annotation_select_mask is not None:
2570 self.set_annotation_mask(self.annotation_select_mask.union(names))
2571
2572 def set_extra_mask(self, names):
2573 """

Callers 3

get_aggregationMethod · 0.95
add_annotationMethod · 0.95
set_group_byMethod · 0.95

Calls 2

set_annotation_maskMethod · 0.95
unionMethod · 0.45

Tested by

no test coverage detected