Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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()
Callers
15
test_put_root_view
Method · 0.45
test_put_instance_view
Method · 0.45
test_put_cannot_set_id
Method · 0.45
test_put_to_deleted_instance
Method · 0.45
test_put_to_filtered_out_instance
Method · 0.45
test_put_error_instance_view
Method · 0.45
test_retrieve_update_api_view_put
Method · 0.45
test_has_put_permissions
Method · 0.45
test_does_not_have_put_permissions
Method · 0.45
test_calling_put_method
Method · 0.45
test_standard_behaviour_determines_form_content_PUT
Method · 0.45
test_standard_behaviour_determines_non_form_content_PUT
Method · 0.45
Calls
1
Response
Class · 0.90
Tested by
no test coverage detected