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

Method put

rest_framework/decorators.py:273–274  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

271 return self._map('post', func)
272
273 def put(self, func):
274 return self._map('put', func)
275
276 def patch(self, func):
277 return self._map('patch', func)

Callers

nothing calls this directly

Calls 1

_mapMethod · 0.95

Tested by

no test coverage detected