MCPcopy
hub / github.com/django/django / MultiPolygon

Class MultiPolygon

django/contrib/gis/geos/collections.py:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110
111class MultiPolygon(GeometryCollection):
112 _allowed = Polygon
113 _typeid = 6
114
115
116# Setting the allowed types here since GeometryCollection is defined before

Callers 6

test_geometry_typeMethod · 0.90
test_multipolygonsMethod · 0.90
test_lengthMethod · 0.90
test_emptyCollectionsMethod · 0.90
test_deconstructibleMethod · 0.90

Calls

no outgoing calls

Tested by 6

test_geometry_typeMethod · 0.72
test_multipolygonsMethod · 0.72
test_lengthMethod · 0.72
test_emptyCollectionsMethod · 0.72
test_deconstructibleMethod · 0.72