Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
111
class
MultiPolygon(GeometryCollection):
112
_allowed = Polygon
113
_typeid = 6
114
115
116
# Setting the allowed types here since GeometryCollection is defined before
Callers
6
test_alter_geom_field_dim
Method · 0.90
test_geometry_type
Method · 0.90
test_multipolygons
Method · 0.90
test_length
Method · 0.90
test_emptyCollections
Method · 0.90
test_deconstructible
Method · 0.90
Calls
no outgoing calls
Tested by
6
test_alter_geom_field_dim
Method · 0.72
test_geometry_type
Method · 0.72
test_multipolygons
Method · 0.72
test_length
Method · 0.72
test_emptyCollections
Method · 0.72
test_deconstructible
Method · 0.72