Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/encode/django-rest-framework
/ set
Method
set
tests/test_renderers.py:350–351 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
348
self._dict = {}
349
350
def
set(self, value):
351
self._dict = dict(value)
352
353
def
__getitem__(self, key):
354
return
self._dict[key]
Callers
15
test_render_obj_with_getitem
Method · 0.95
test_head_caching
Method · 0.80
test_get_caching
Method · 0.80
setUp
Method · 0.80
setUp
Method · 0.80
setUp
Method · 0.80
create
Method · 0.80
update
Method · 0.80
throttle_success
Method · 0.80
jquery-3.7.1.min.js
File · 0.80
V
Function · 0.80
re
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected