MCPcopy
hub / github.com/encode/django-rest-framework / get_view_name

Method get_view_name

rest_framework/views.py:237–243  ·  view source on GitHub ↗

Return the view name, as used in OPTIONS responses and in the browsable API.

(self)

Source from the content-addressed store, hash-verified

235 }
236
237 def get_view_name(self):
238 """
239 Return the view name, as used in OPTIONS responses and in the
240 browsable API.
241 """
242 func = self.settings.VIEW_NAME_FUNCTION
243 return func(self)
244
245 def get_view_description(self, html=False):
246 """

Callers 4

get_nameMethod · 0.45
determine_metadataMethod · 0.45
breadcrumbs_recursiveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected