MCPcopy
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

geosMethod · 0.95
transformMethod · 0.95

Calls 1

_from_wkbMethod · 0.45

Tested by

no test coverage detected