MCPcopy Index your code
hub / github.com/django/django / get

Method get

tests/async/tests.py:68–69  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

66
67class SyncView(View):
68 def get(self, request, *args, **kwargs):
69 return HttpResponse("Hello (sync) world!")
70
71
72class AsyncView(View):

Callers 15

test_simpleMethod · 0.45
test_addMethod · 0.45
test_non_existentMethod · 0.45
test_deleteMethod · 0.45
test_data_typesMethod · 0.45
test_expirationMethod · 0.45
test_unicodeMethod · 0.45
test_simpleMethod · 0.45
test_addMethod · 0.45
test_prefixMethod · 0.45
test_non_existentMethod · 0.45

Calls 1

HttpResponseClass · 0.90

Tested by

no test coverage detected