Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ _geos_ptr
Method
_geos_ptr
django/contrib/gis/gdal/geometries.py:364–367 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
362
363
# #### Output Methods ####
364
def
_geos_ptr(self):
365
from
django.contrib.gis.geos
import
GEOSGeometry
366
367
return
GEOSGeometry._from_wkb(self.wkb)
368
369
@property
370
def
geos(self):
Callers
2
geos
Method · 0.95
transform
Method · 0.95
Calls
1
_from_wkb
Method · 0.45
Tested by
no test coverage detected