MCPcopy
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

callMethod · 0.45
acallMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected