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

Method name

django/contrib/gis/gdal/layer.py:106–109  ·  view source on GitHub ↗

Return the name of this layer in the Data Source.

(self)

Source from the content-addressed store, hash-verified

104
105 @property
106 def name(self):
107 "Return the name of this layer in the Data Source."
108 name = capi.get_fd_name(self._ldefn)
109 return force_str(name, self._ds.encoding, strings_only=True)
110
111 @property
112 def num_feat(self, force=1):

Callers

nothing calls this directly

Calls 1

force_strFunction · 0.90

Tested by

no test coverage detected