Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ PolygonForm
Class
PolygonForm
tests/gis_tests/test_geoforms.py:385–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
384
def
test_polygonfield(self):
385
class
PolygonForm(forms.Form):
386
p = forms.PolygonField()
387
388
geom = self.geometries[
"polygon"
]
389
form = PolygonForm(data={
"p"
: geom})
Callers
2
test_polygonfield
Method · 0.85
test_multipolygonfield
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_polygonfield
Method · 0.68
test_multipolygonfield
Method · 0.68