MCPcopy
hub / github.com/django/django / get_context_data

Method get_context_data

django/contrib/admindocs/views.py:57–63  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

55 return super().dispatch(request, *args, **kwargs)
56
57 def get_context_data(self, **kwargs):
58 return super().get_context_data(
59 **{
60 **kwargs,
61 **admin.site.each_context(self.request),
62 }
63 )
64
65
66class BookmarkletsView(BaseAdminDocsView):

Callers

nothing calls this directly

Calls 2

each_contextMethod · 0.80
get_context_dataMethod · 0.45

Tested by

no test coverage detected