MCPcopy
hub / github.com/django/django / get

Method get

tests/admin_docs/views.py:14–15  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

12
13class XViewClass(View):
14 def get(self, request):
15 return HttpResponse()
16
17
18class XViewCallableObject(View):

Calls 1

HttpResponseClass · 0.90