Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/encode/django-rest-framework
/ get
Method
get
rest_framework/generics.py:211–212 ·
view source on GitHub ↗
(self, request, *args, **kwargs)
Source
from the content-addressed store, hash-verified
209
Concrete view
for
retrieving a model instance.
210
""
"
211
def
get(self, request, *args, **kwargs):
212
return
self.retrieve(request, *args, **kwargs)
213
214
215
class
DestroyAPIView(mixins.DestroyModelMixin,
Callers
nothing calls this directly
Calls
1
retrieve
Method · 0.45
Tested by
no test coverage detected