Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ read
Method
read
django/contrib/gis/geos/io.py:26–28 ·
view source on GitHub ↗
Return a GEOSGeometry for the given WKT string.
(self, wkt)
Source
from the content-addressed store, hash-verified
24
25
class
WKTReader(_WKTReader):
26
def
read(self, wkt):
27
"Return a GEOSGeometry for the given WKT string."
28
return
GEOSGeometry(super().read(wkt))
Callers
1
test01_wktreader
Method · 0.95
Calls
2
GEOSGeometry
Class · 0.90
read
Method · 0.45
Tested by
1
test01_wktreader
Method · 0.76