MCPcopy
hub / github.com/django/django / driver

Method driver

django/contrib/gis/gdal/raster/source.py:274–279  ·  view source on GitHub ↗

Return the GDAL Driver used for this raster.

(self)

Source from the content-addressed store, hash-verified

272
273 @cached_property
274 def driver(self):
275 """
276 Return the GDAL Driver used for this raster.
277 """
278 ds_driver = capi.get_ds_driver(self._ptr)
279 return Driver(ds_driver)
280
281 @property
282 def width(self):

Callers

nothing calls this directly

Calls 1

DriverClass · 0.90

Tested by

no test coverage detected