Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ fromstr
Function
fromstr
django/contrib/gis/geos/factory.py:31–33 ·
view source on GitHub ↗
Given a string value, return a GEOSGeometry object.
(string, **kwargs)
Source
from the content-addressed store, hash-verified
29
30
31
def
fromstr(string, **kwargs):
32
"Given a string value, return a GEOSGeometry object."
33
return
GEOSGeometry(string, **kwargs)
Callers
15
test_lookup_insert_transform
Method · 0.90
test_isvalid_lookup
Method · 0.90
test_equals_lookups
Method · 0.90
test_relate_lookup
Method · 0.90
test_unionagg_tolerance
Method · 0.90
test_isvalid
Method · 0.90
test_make_valid
Method · 0.90
test_make_valid_multipolygon
Method · 0.90
test_snap_to_grid
Method · 0.90
test_transform
Method · 0.90
test_union
Method · 0.90
test01_PointMutations
Method · 0.90
Calls
1
GEOSGeometry
Class · 0.90
Tested by
15
test_lookup_insert_transform
Method · 0.72
test_isvalid_lookup
Method · 0.72
test_equals_lookups
Method · 0.72
test_relate_lookup
Method · 0.72
test_unionagg_tolerance
Method · 0.72
test_isvalid
Method · 0.72
test_make_valid
Method · 0.72
test_make_valid_multipolygon
Method · 0.72
test_snap_to_grid
Method · 0.72
test_transform
Method · 0.72
test_union
Method · 0.72
test01_PointMutations
Method · 0.72