Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ MultiLineString
Class
MultiLineString
django/contrib/gis/geos/collections.py:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
105
106
class
MultiLineString(LinearGeometryMixin, GeometryCollection):
107
_allowed = (LineString, LinearRing)
108
_typeid = 5
109
110
111
class
MultiPolygon(GeometryCollection):
Callers
6
test_multilinestringfield
Method · 0.90
test_multilinestring_with_linearring
Method · 0.90
test_geometry_type
Method · 0.90
test_multilinestring
Method · 0.90
test_emptyCollections
Method · 0.90
test_deconstructible
Method · 0.90
Calls
no outgoing calls
Tested by
6
test_multilinestringfield
Method · 0.72
test_multilinestring_with_linearring
Method · 0.72
test_geometry_type
Method · 0.72
test_multilinestring
Method · 0.72
test_emptyCollections
Method · 0.72
test_deconstructible
Method · 0.72