MCPcopy 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_head_cachingMethod · 0.80
test_get_cachingMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80
createMethod · 0.80
updateMethod · 0.80
throttle_successMethod · 0.80
VFunction · 0.80
reFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected