MCPcopy
hub / github.com/django/django / empty

Method empty

django/contrib/gis/gdal/geometries.py:265–266  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

263
264 @property
265 def empty(self):
266 return capi.is_empty(self.ptr)
267
268 @property
269 def extent(self):

Callers 1

inlines.test.jsFile · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected