MCPcopy
hub / github.com/django/django / name

Method name

django/contrib/gis/gdal/driver.py:97–101  ·  view source on GitHub ↗

Return description/name string for this driver.

(self)

Source from the content-addressed store, hash-verified

95
96 @property
97 def name(self):
98 """
99 Return description/name string for this driver.
100 """
101 return force_str(capi.get_driver_description(self.ptr))

Callers

nothing calls this directly

Calls 1

force_strFunction · 0.90

Tested by

no test coverage detected