MCPcopy Index your code
hub / github.com/encode/django-rest-framework / put

Method put

tests/test_renderers.py:139–140  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

137 return Response()
138
139 def put(self, request):
140 return Response()
141
142 def patch(self, request):
143 return Response()

Calls 1

ResponseClass · 0.90

Tested by

no test coverage detected