MCPcopy
hub / github.com/django/django / _create_empty

Method _create_empty

django/contrib/gis/gdal/geometries.py:600–601  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

598
599 @classmethod
600 def _create_empty(cls):
601 return capi.create_geom(OGRGeomType("point").num)
602
603 @property
604 def x(self):

Callers 1

_geos_ptrMethod · 0.45

Calls 1

OGRGeomTypeClass · 0.90

Tested by

no test coverage detected