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

Method get

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

Source from the content-addressed store, hash-verified

12
13class SomeView(View):
14 def get(self, request):
15 return HttpResponse("ok")
16
17
18class ParamsView(View):

Calls 1

HttpResponseClass · 0.90