Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_ptr
Method · 0.45
Calls
1
OGRGeomType
Class · 0.90
Tested by
no test coverage detected