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

Method name

django/contrib/gis/gdal/datasource.py:125–128  ·  view source on GitHub ↗

Return the name of the data source.

(self)

Source from the content-addressed store, hash-verified

123
124 @property
125 def name(self):
126 "Return the name of the data source."
127 name = capi.get_ds_name(self._ptr)
128 return force_str(name, self.encoding, strings_only=True)

Callers

nothing calls this directly

Calls 1

force_strFunction · 0.90

Tested by

no test coverage detected