MCPcopy
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
25class 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_wktreaderMethod · 0.95

Calls 2

GEOSGeometryClass · 0.90
readMethod · 0.45

Tested by 1

test01_wktreaderMethod · 0.76