Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
68
class
SyncView(View):
69
def
get(self, request, *args, **kwargs):
70
return
HttpResponse(
class
="st">"Hello (sync) world!")
71
72
73
class
AsyncView(View):
Callers
15
test_simple
Method · 0.45
test_add
Method · 0.45
test_non_existent
Method · 0.45
test_delete
Method · 0.45
test_data_types
Method · 0.45
test_expiration
Method · 0.45
test_unicode
Method · 0.45
test_simple
Method · 0.45
test_default_used_when_none_is_set
Method · 0.45
test_add
Method · 0.45
test_prefix
Method · 0.45
test_non_existent
Method · 0.45
Calls
1
HttpResponse
Class · 0.90
Tested by
no test coverage detected