Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get
Method
get
tests/generic_views/test_base.py:21–22 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
19
""
"
20
21
def
get(self, request):
22
return
HttpResponse(
"This is a simple view"
)
23
24
25
class
SimplePostView(SimpleView):
Callers
15
test_access_content_object
Method · 0.45
test_tag_deletion_related_objects_unaffected
Method · 0.45
test_subclasses_with_gen_rel
Method · 0.45
test_subclasses_with_parent_gen_rel
Method · 0.45
test_query_content_type
Method · 0.45
test_create_after_prefetch
Method · 0.45
test_add_after_prefetch
Method · 0.45
test_remove_after_prefetch
Method · 0.45
test_clear_after_prefetch
Method · 0.45
test_set_after_prefetch
Method · 0.45
test_add_then_remove_after_prefetch
Method · 0.45
test_generic_prefetch
Method · 0.45
Calls
1
HttpResponse
Class · 0.90
Tested by
no test coverage detected