MCPcopy
hub / github.com/django/django / Collect

Class Collect

django/contrib/gis/db/models/aggregates.py:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60class Collect(GeoAggregate):
61 name = "Collect"
62 output_field_class = GeometryCollectionField
63
64
65class Extent(GeoAggregate):

Callers 3

test_collectMethod · 0.90
test_collect_filterMethod · 0.90

Calls

no outgoing calls

Tested by 3

test_collectMethod · 0.72
test_collect_filterMethod · 0.72