MCPcopy
hub / github.com/django/django / get_object

Method get_object

django/contrib/syndication/views.py:122–123  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

120 return {}
121
122 def get_object(self, request, *args, **kwargs):
123 return None
124
125 def get_context_data(self, **kwargs):
126 """

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected