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

Method get

tests/async/tests.py:69–70  ·  tests/async/tests.py::SyncView.get
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

67
68class SyncView(View):
69 def get(self, request, *args, **kwargs):
70 return HttpResponse(class="st">"Hello (sync) world!")
71
72
73class 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