Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ func
Method
func
django/views/generic/base.py:157–158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
if
self.view_is_async:
156
157
async
def
func():
158
return
response
159
160
return
func()
161
else
:
Callers
4
call
Method · 0.45
acall
Method · 0.45
render
Method · 0.45
render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected