Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
class
SomeView(View):
14
def
get(self, request):
15
return
HttpResponse(
"ok"
)
16
17
18
class
ParamsView(View):
Callers
15
test_fields
Method · 0.45
test_reverse_by_field
Method · 0.45
test_reverse_by_related_name
Method · 0.45
test_reverse_field_name_disallowed
Method · 0.45
test_generator_cache
Method · 0.45
test_deepcopy
Method · 0.45
test_custom_multipart_parser_class
Method · 0.45
test_request_path_begins_with_two_slashes
Method · 0.45
test_wsgi_request_headers_get
Method · 0.45
setUpTestData
Method · 0.45
test_redirect
Method · 0.45
test_redirect_with_append_slash
Method · 0.45
Calls
1
HttpResponse
Class · 0.90
Tested by
15
test_fields
Method · 0.36
test_reverse_by_field
Method · 0.36
test_reverse_by_related_name
Method · 0.36
test_reverse_field_name_disallowed
Method · 0.36
test_generator_cache
Method · 0.36
test_deepcopy
Method · 0.36
test_custom_multipart_parser_class
Method · 0.36
test_request_path_begins_with_two_slashes
Method · 0.36
test_wsgi_request_headers_get
Method · 0.36
setUpTestData
Method · 0.36
test_redirect
Method · 0.36
test_redirect_with_append_slash
Method · 0.36